From d639df26fc74c10b0d1f5df728c55b9cfe73c34d Mon Sep 17 00:00:00 2001 From: RaNaN Date: Wed, 11 Aug 2010 21:29:53 +0200 Subject: irc client fixes --- module/plugins/Hook.py | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'module/plugins/Hook.py') 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 -- cgit v1.2.3