From bd1c41472ae9d8b9bb03def8b0486f0a694d1490 Mon Sep 17 00:00:00 2001 From: mathieui Date: Mon, 5 Jan 2015 16:52:53 +0100 Subject: Fix a traceback in the OTR plugin --- plugins/otr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') 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 -- cgit v1.2.3