little bugfix

This commit is contained in:
Yann Leboulanger 2005-05-26 17:47:10 +00:00
parent 81b28a9cff
commit e989b0a5b3
1 changed files with 1 additions and 1 deletions

View File

@ -238,7 +238,7 @@ class Groupchat_window(chat.Chat):
if show == 'offline' or show == 'error':
if statusCode == '307':
self.print_conversation(_('%s has been kicked by %s: %s') % (nick,
actor, reason))
actor, reason), room_jid)
self.remove_user(room_jid, nick)
else:
iter = self.get_user_iter(room_jid, nick)