Fix /list
This commit is contained in:
parent
0a3738fd66
commit
89194356ee
1 changed files with 1 additions and 1 deletions
|
@ -275,7 +275,7 @@ class CommandCore:
|
|||
else:
|
||||
if not isinstance(self.core.current_tab(), tabs.MucTab):
|
||||
return self.core.information('Please provide a server', 'Error')
|
||||
jid = safeJID(self.core.current_tab().name).server
|
||||
jid = safeJID(self.core.current_tab().name)
|
||||
list_tab = tabs.MucListTab(self.core, jid)
|
||||
self.core.add_tab(list_tab, True)
|
||||
cb = list_tab.on_muc_list_item_received
|
||||
|
|
Loading…
Reference in a new issue