summaryrefslogtreecommitdiffstats
path: root/module/plugins/Hook.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-08-11 21:29:53 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-08-11 21:29:53 +0200
commitd639df26fc74c10b0d1f5df728c55b9cfe73c34d (patch)
tree2c85bca61416563fe3ed5b10f6c366f9c96285f6 /module/plugins/Hook.py
parentjeixs irc interface, cleaned some code (diff)
downloadpyload-d639df26fc74c10b0d1f5df728c55b9cfe73c34d.tar.xz
irc client fixes
Diffstat (limited to 'module/plugins/Hook.py')
-rw-r--r--module/plugins/Hook.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/module/plugins/Hook.py b/module/plugins/Hook.py
index 749dc7ff6..fafa95efe 100644
--- a/module/plugins/Hook.py
+++ b/module/plugins/Hook.py
@@ -65,9 +65,15 @@ class Hook():
def downloadFinished(self, pyfile):
pass
+ def downloadFailed(self, pyfile):
+ pass
+
def packageFinished(self, pypack):
pass
+ def packageFailed(self, pypack):
+ pass
+
def beforeReconnecting(self, ip):
pass