plugins/link: typo in class name
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
21d2698b09
commit
7fe073c602
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ app_mapping = {
|
|||
|
||||
class Plugin(BasePlugin):
|
||||
def init(self):
|
||||
for _class in (tabs.MucTab, tabs.PrivateTab, tabs.DynamicConversationTab, tabs.StaticConversationsTab):
|
||||
for _class in (tabs.MucTab, tabs.PrivateTab, tabs.DynamicConversationTab, tabs.StaticConversationTab):
|
||||
self.api.add_tab_command(
|
||||
_class,
|
||||
'link',
|
||||
|
|
Loading…
Reference in a new issue