summaryrefslogtreecommitdiff
path: root/plugins/otr.py
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/otr.py')
-rw-r--r--plugins/otr.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/otr.py b/plugins/otr.py
index 53a32380..4f6c5a77 100644
--- a/plugins/otr.py
+++ b/plugins/otr.py
@@ -818,7 +818,7 @@ class Plugin(BasePlugin):
"""
args = common.shell_split(arg)
if not args:
- return self.api.core.command_help('otr')
+ return self.core.command_help('otr')
action = args.pop(0)
tab = self.api.current_tab()
name = tab.name