Removed a fairly unneeded XXX.

This commit is contained in:
Jeremy Fincher 2004-12-16 09:01:03 +00:00
parent ca27af364c
commit db0426520a

View File

@ -229,8 +229,6 @@ class Channel(callbacks.Privmsg):
('haveOp', 'dehalfop someone'),
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
# material.
def devoice(self, irc, msg, args, channel, nicks):