/cycle: explicitly set MUC JID and nick
This commit is contained in:
parent
304801ebe0
commit
65c6d600df
1 changed files with 1 additions and 1 deletions
|
@ -415,7 +415,7 @@ class MucTab(ChatTab):
|
|||
self.disconnect()
|
||||
self.user_win.pos = 0
|
||||
self.core.disable_private_tabs(self.name)
|
||||
self.core.command_join('"/%s"' % self.own_nick)
|
||||
self.core.command_join('"%s/%s"' % (self.name, self.own_nick))
|
||||
|
||||
@command_args_parser.quoted(0, 1, [''])
|
||||
def command_recolor(self, args):
|
||||
|
|
Loading…
Reference in a new issue