little bugfix
This commit is contained in:
parent
81b28a9cff
commit
e989b0a5b3
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue