Clarify the help for Channel.permban

This commit is contained in:
James Vega 2004-06-19 00:42:52 +00:00
parent 2657257535
commit d9d1aefac3

View File

@ -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):