Correct usage help for kickban/tempkickban (channel_op.py)

This commit is contained in:
jesopo 2019-01-29 17:37:14 +00:00
parent 5e91f0d209
commit 0c319be1e5

View file

@ -112,7 +112,7 @@ class Module(ModuleManager.BaseModule):
def temp_ban(self, event): def temp_ban(self, event):
""" """
:help: Temporarily ban someone from the current channel :help: Temporarily ban someone from the current channel
:usage: <nickname/hostmask> :usage: <nickname/hostmask> <time> [reason]
:require_mode: o :require_mode: o
:require_access: ban :require_access: ban
:prefix: Tempban :prefix: Tempban
@ -128,7 +128,7 @@ class Module(ModuleManager.BaseModule):
def temp_kick_ban(self, event): def temp_kick_ban(self, event):
""" """
:help: Temporarily kick and ban someone from the current channel :help: Temporarily kick and ban someone from the current channel
:usage: <nickname> :usage: <nickname> <time> [reason]
:require_mode: o :require_mode: o
:require_access: kickban :require_access: kickban
:prefix: TKB :prefix: TKB