Oups.
This commit is contained in:
parent
53ee85ea6d
commit
f4c2438046
1 changed files with 1 additions and 1 deletions
|
@ -919,7 +919,7 @@ class MucTab(ChatTab):
|
||||||
if status:
|
if status:
|
||||||
leave_msg += ' (%s)' % status
|
leave_msg += ' (%s)' % status
|
||||||
room.add_message(leave_msg)
|
room.add_message(leave_msg)
|
||||||
self.refresh_window()
|
self.core.refresh_window()
|
||||||
self.core.on_user_left_private_conversation(from_room, from_nick, status)
|
self.core.on_user_left_private_conversation(from_room, from_nick, status)
|
||||||
|
|
||||||
def on_user_change_status(self, room, user, from_nick, from_room, affiliation, role, show, status):
|
def on_user_change_status(self, room, user, from_nick, from_room, affiliation, role, show, status):
|
||||||
|
|
Loading…
Reference in a new issue