Correctly set the MucListTab name to a string and not a JID

Fix a traceback on /w, and many other places, when a MucListTab is open
This commit is contained in:
louiz’ 2016-07-04 14:14:43 +02:00
parent d039da7b2c
commit 64647e3fe8

View file

@ -20,7 +20,7 @@ class MucListTab(ListTab):
plugin_keys = {}
def __init__(self, core, server):
ListTab.__init__(self, core, server,
ListTab.__init__(self, core, server.full,
"“j”: join room.",
'Chatroom list on server %s (Loading)' % server,
(('node-part', 0), ('name', 2), ('users', 3)))