mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-24 03:33:11 +01:00
Oops, we use commas now.
This commit is contained in:
parent
a35e185c4b
commit
6be8850822
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user