From a591be7cd2560e66405bdd12baa30004995430ed Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Sat, 24 Sep 2005 10:25:25 +0000 Subject: [PATCH] remove already discused fixme: we don't receive this info (the nick) --- src/groupchat_window.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/groupchat_window.py b/src/groupchat_window.py index 7329940cb..c40b0249f 100644 --- a/src/groupchat_window.py +++ b/src/groupchat_window.py @@ -362,9 +362,6 @@ class GroupchatWindow(chat.Chat): 'who': actor, 'reason': reason } self.print_conversation(s, room_jid) - #FIXME: this produced foo has been kicked by JID: reason - # Should we show the JID to everyone? the same for ban - # I propose we use nick elif statusCode == '301': if actor is None: # do not print 'banned by None' s = _('%(nick)s has been banned: %(reason)s') % {