diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-08-11 21:29:53 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-08-11 21:29:53 +0200 |
commit | d639df26fc74c10b0d1f5df728c55b9cfe73c34d (patch) | |
tree | 2c85bca61416563fe3ed5b10f6c366f9c96285f6 /module/plugins/Hook.py | |
parent | jeixs irc interface, cleaned some code (diff) | |
download | pyload-d639df26fc74c10b0d1f5df728c55b9cfe73c34d.tar.xz |
irc client fixes
Diffstat (limited to 'module/plugins/Hook.py')
-rw-r--r-- | module/plugins/Hook.py | 6 |
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 |