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 """ 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()