Correct usage help for kickban/tempkickban (channel_op.py)
This commit is contained in:
parent
5e91f0d209
commit
0c319be1e5
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue