From f4b893e5ee24769584a2da1866c665489f7019ec Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Mon, 15 Jun 2015 06:56:13 +0200 Subject: Hook plugin code cosmetics --- module/plugins/hooks/IRCInterface.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/plugins/hooks/IRCInterface.py') diff --git a/module/plugins/hooks/IRCInterface.py b/module/plugins/hooks/IRCInterface.py index 751556158..7e4d50384 100644 --- a/module/plugins/hooks/IRCInterface.py +++ b/module/plugins/hooks/IRCInterface.py @@ -71,7 +71,7 @@ class IRCInterface(Thread, Hook): pass - def newCaptchaTask(self, task): + def captcha_task(self, task): if self.getConfig('captcha') and task.isTextual(): task.handler.append(self) task.setWaiting(60) -- cgit v1.2.3