summaryrefslogtreecommitdiffstats
path: root/pyload/plugins/addon/IRCInterface.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@gmail.com> 2014-12-11 01:04:07 +0100
committerGravatar Walter Purcaro <vuolter@gmail.com> 2014-12-11 01:04:07 +0100
commit1b2591b0650a6a0be1ad41022f6019d17192f195 (patch)
treedbd2158b96141ef9354b5cd5edaead28978d65e7 /pyload/plugins/addon/IRCInterface.py
parentSupport new key attributes (diff)
downloadpyload-1b2591b0650a6a0be1ad41022f6019d17192f195.tar.xz
Rename some Addon methods
Diffstat (limited to 'pyload/plugins/addon/IRCInterface.py')
-rw-r--r--pyload/plugins/addon/IRCInterface.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyload/plugins/addon/IRCInterface.py b/pyload/plugins/addon/IRCInterface.py
index 3ac018094..e7a905bf7 100644
--- a/pyload/plugins/addon/IRCInterface.py
+++ b/pyload/plugins/addon/IRCInterface.py
@@ -44,7 +44,7 @@ class IRCInterface(Thread, Addon):
self.setDaemon(True)
- def coreReady(self):
+ def activate(self):
self.abort = False
self.more = []
self.new_package = {}
@@ -69,7 +69,7 @@ class IRCInterface(Thread, Addon):
pass
- def newCaptchaTask(self, task):
+ def captchaTask(self, task):
if self.getConfig("captcha") and task.isTextual():
task.handler.append(self)
task.setWaiting(60)