diff options
Diffstat (limited to 'plugins/tell.py')
-rw-r--r-- | plugins/tell.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/tell.py b/plugins/tell.py index 16cecacc..76c9d2f0 100644 --- a/plugins/tell.py +++ b/plugins/tell.py @@ -52,7 +52,7 @@ class Plugin(BasePlugin): def command_tell(self, args): """/tell <nick> <message>""" if args is None: - self.core.command_help('tell') + self.core.command.help('tell') return nick, msg = args tab = self.api.current_tab() |