mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-11 12:42:34 +01:00
Clarify the help for Channel.permban
This commit is contained in:
parent
2657257535
commit
d9d1aefac3
@ -366,9 +366,9 @@ class Channel(callbacks.Privmsg):
|
|||||||
"""[<channel>] <nick|hostmask>
|
"""[<channel>] <nick|hostmask>
|
||||||
|
|
||||||
If you have the #channel,op capability, this will effect a permanent
|
If you have the #channel,op capability, this will effect a permanent
|
||||||
(persistent) ban on the given <hostmask> (or the current hostmask
|
(persistent) ban from interacting with the bot on the given <hostmask>
|
||||||
associated with <nick>. <channel> is only necessary if the message
|
(or the current hostmask associated with <nick>. <channel> is only
|
||||||
isn't sent in the channel itself.
|
necessary if the message isn't sent in the channel itself.
|
||||||
"""
|
"""
|
||||||
arg = privmsgs.getArgs(args)
|
arg = privmsgs.getArgs(args)
|
||||||
if ircutils.isNick(arg):
|
if ircutils.isNick(arg):
|
||||||
|
Loading…
Reference in New Issue
Block a user