Oops, we use commas now.

This commit is contained in:
Jeremy Fincher 2004-02-17 06:51:07 +00:00
parent a35e185c4b
commit 6be8850822
1 changed files with 1 additions and 1 deletions

View File

@ -256,7 +256,7 @@ class Channel(callbacks.Privmsg):
irc.error('How can I kick or ban someone? I\'m not opped.')
return
# Now, let's actually get to it. Check to make sure they have
# #channel.op and the bannee doesn't have #channel.op; or that the
# #channel,op and the bannee doesn't have #channel,op; or that the
# bannee and the banner are both the same person.
def doBan():
irc.queueMsg(ircmsgs.ban(channel, banmask))