diff options
Diffstat (limited to 'src/core.py')
-rw-r--r-- | src/core.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core.py b/src/core.py index 96cc1454..1ef6a556 100644 --- a/src/core.py +++ b/src/core.py @@ -1989,7 +1989,7 @@ class Core(object): if tab.joined: muc.leave_groupchat(tab.core.xmpp, tab.get_name(), tab.own_nick, message) tab.joined = False - self.command_join(tab.get_name()) + self.command_join('%s/%s' %(tab.get_name(), tab.own_nick)) def command_bind(self, arg): """ |