mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-07 19:49:23 +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.')
|
irc.error('How can I kick or ban someone? I\'m not opped.')
|
||||||
return
|
return
|
||||||
# Now, let's actually get to it. Check to make sure they have
|
# 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.
|
# bannee and the banner are both the same person.
|
||||||
def doBan():
|
def doBan():
|
||||||
irc.queueMsg(ircmsgs.ban(channel, banmask))
|
irc.queueMsg(ircmsgs.ban(channel, banmask))
|
||||||
|
Loading…
Reference in New Issue
Block a user