summaryrefslogtreecommitdiffstats
path: root/module/plugins/hooks/IRCInterface.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/hooks/IRCInterface.py')
-rw-r--r--module/plugins/hooks/IRCInterface.py2
1 files changed, 1 insertions, 1 deletions
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)