summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugins/tell.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/tell.py b/plugins/tell.py
index c8437608..96b5bb1e 100644
--- a/plugins/tell.py
+++ b/plugins/tell.py
@@ -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()