Fix a traceback in the OTR plugin
This commit is contained in:
parent
70536f4f0b
commit
bd1c41472a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue