mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-24 11:42:52 +01:00
Removed a fairly unneeded XXX.
This commit is contained in:
parent
ca27af364c
commit
db0426520a
@ -229,8 +229,6 @@ class Channel(callbacks.Privmsg):
|
|||||||
('haveOp', 'dehalfop someone'),
|
('haveOp', 'dehalfop someone'),
|
||||||
any('nickInChannel')])
|
any('nickInChannel')])
|
||||||
|
|
||||||
# XXX These nicks should really be sets, rather than lists, especially
|
|
||||||
# we check whether the bot's nick is in them.
|
|
||||||
# XXX We should respect the MODES part of an 005 here. Helper function
|
# XXX We should respect the MODES part of an 005 here. Helper function
|
||||||
# material.
|
# material.
|
||||||
def devoice(self, irc, msg, args, channel, nicks):
|
def devoice(self, irc, msg, args, channel, nicks):
|
||||||
|
Loading…
Reference in New Issue
Block a user