remove already discused fixme: we don't receive this info (the nick)
This commit is contained in:
parent
ca31a398a4
commit
a591be7cd2
1 changed files with 0 additions and 3 deletions
|
@ -362,9 +362,6 @@ class GroupchatWindow(chat.Chat):
|
||||||
'who': actor,
|
'who': actor,
|
||||||
'reason': reason }
|
'reason': reason }
|
||||||
self.print_conversation(s, room_jid)
|
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':
|
elif statusCode == '301':
|
||||||
if actor is None: # do not print 'banned by None'
|
if actor is None: # do not print 'banned by None'
|
||||||
s = _('%(nick)s has been banned: %(reason)s') % {
|
s = _('%(nick)s has been banned: %(reason)s') % {
|
||||||
|
|
Loading…
Add table
Reference in a new issue