This commit is contained in:
mathieui 2012-03-17 13:33:00 +01:00
parent c6e4358706
commit 3734304091

View file

@ -2085,7 +2085,7 @@ class Core(object):
if tab.joined: if tab.joined:
muc.leave_groupchat(tab.core.xmpp, tab.get_name(), tab.own_nick, message) muc.leave_groupchat(tab.core.xmpp, tab.get_name(), tab.own_nick, message)
tab.joined = False 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): def command_bind(self, arg):
""" """