Fix a tb with the tell plugin on wrong input
it didn’t make anything crash, but still.
This commit is contained in:
parent
2b7676194f
commit
356d8a2184
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ class Plugin(BasePlugin):
|
|||
"""/tell <nick> <message>"""
|
||||
arg = common.shell_split(args)
|
||||
if len(arg) != 2:
|
||||
self.command_help('tell')
|
||||
self.core.command_help('tell')
|
||||
return
|
||||
nick, msg = arg
|
||||
tab = self.api.current_tab()
|
||||
|
|
Loading…
Reference in a new issue