mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-23 11:12:47 +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>
|
||||
|
||||
If you have the #channel,op capability, this will effect a permanent
|
||||
(persistent) ban on the given <hostmask> (or the current hostmask
|
||||
associated with <nick>. <channel> is only necessary if the message
|
||||
isn't sent in the channel itself.
|
||||
(persistent) ban from interacting with the bot on the given <hostmask>
|
||||
(or the current hostmask associated with <nick>. <channel> is only
|
||||
necessary if the message isn't sent in the channel itself.
|
||||
"""
|
||||
arg = privmsgs.getArgs(args)
|
||||
if ircutils.isNick(arg):
|
||||
|
Loading…
Reference in New Issue
Block a user