mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 19:19:32 +01:00
Proper ordering of options in Channel.kban's help
This commit is contained in:
parent
5aef3f2e02
commit
75246f88a8
@ -190,7 +190,7 @@ class Channel(callbacks.Privmsg):
|
||||
kick = privmsgs.checkChannelCapability(kick, 'op')
|
||||
|
||||
def kban(self, irc, msg, args):
|
||||
"""[<channel>] <nick> [<seconds>] [--{exact,nick,user,host}]
|
||||
"""[<channel>] [--{exact,nick,user,host}] <nick> [<seconds>]
|
||||
|
||||
If you have the #channel.op capability, this will kickban <nick> for
|
||||
as many seconds as you specify, or else (if you specify 0 seconds or
|
||||
|
Loading…
Reference in New Issue
Block a user