From db0426520a137b8dfd911856f4af5a4446eb03e8 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Thu, 16 Dec 2004 09:01:03 +0000 Subject: [PATCH] Removed a fairly unneeded XXX. --- src/Channel.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Channel.py b/src/Channel.py index 3cde8701f..58e8a4ea0 100755 --- a/src/Channel.py +++ b/src/Channel.py @@ -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):