summaryrefslogtreecommitdiff
path: root/src/tabs.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/tabs.py')
-rw-r--r--src/tabs.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tabs.py b/src/tabs.py
index 832aa281..c84ba0fa 100644
--- a/src/tabs.py
+++ b/src/tabs.py
@@ -487,7 +487,8 @@ class MucTab(ChatTab):
room = self.get_room()
if not room.joined:
return
- muc.change_nick(self.core.xmpp, room.name, nick)
+ current_status = self.core.get_status()
+ muc.change_nick(self.core.xmpp, room.name, nick, current_status.message, current_status.show)
def command_part(self, arg):
"""