From 356d8a218445fc9037e69c6e6b6156f49e839b1c Mon Sep 17 00:00:00 2001 From: mathieui Date: Sun, 16 Jun 2013 14:47:14 +0200 Subject: Fix a tb with the tell plugin on wrong input MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit it didn’t make anything crash, but still. --- plugins/tell.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') 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() -- cgit v1.2.3