The previous commit, but correctly done this time
This commit is contained in:
parent
8aecdc7db7
commit
861f5c4bbd
2 changed files with 2 additions and 2 deletions
|
@ -197,6 +197,6 @@ class ListTab(Tab):
|
|||
self.core.doupdate()
|
||||
|
||||
def matching_names(self):
|
||||
return [(2, self.name.full)]
|
||||
return [(2, self.name)]
|
||||
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@ class MucListTab(ListTab):
|
|||
plugin_keys = {}
|
||||
|
||||
def __init__(self, server):
|
||||
ListTab.__init__(self, server,
|
||||
ListTab.__init__(self, server.full,
|
||||
"“j”: join room.",
|
||||
_('Chatroom list on server %s (Loading)') % server,
|
||||
(('node-part', 0), ('name', 2), ('users', 3)))
|
||||
|
|
Loading…
Reference in a new issue