Fixes #2343
This commit is contained in:
parent
c6e4358706
commit
3734304091
1 changed files with 1 additions and 1 deletions
|
@ -2085,7 +2085,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('%s/%s' %(tab.get_name(), tab.own_nick))
|
||||
self.command_join('"%s/%s"' %(tab.get_name(), tab.own_nick))
|
||||
|
||||
def command_bind(self, arg):
|
||||
"""
|
||||
|
|
Loading…
Reference in a new issue