summaryrefslogtreecommitdiffstats
path: root/module/plugins/hooks/IRCInterface.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-03-26 10:16:04 +0100
committerGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-03-26 10:16:04 +0100
commitf1ce338ed31e49373cea5453a2fbdb6c686ca510 (patch)
tree768e83743a50688da5850e7a462472c8a73c9835 /module/plugins/hooks/IRCInterface.py
parent[UpdateManager] Update (diff)
downloadpyload-f1ce338ed31e49373cea5453a2fbdb6c686ca510.tar.xz
interval code cosmetics
Diffstat (limited to 'module/plugins/hooks/IRCInterface.py')
-rw-r--r--module/plugins/hooks/IRCInterface.py8
1 files changed, 3 insertions, 5 deletions
diff --git a/module/plugins/hooks/IRCInterface.py b/module/plugins/hooks/IRCInterface.py
index 7032c6592..d76b9cb85 100644
--- a/module/plugins/hooks/IRCInterface.py
+++ b/module/plugins/hooks/IRCInterface.py
@@ -37,17 +37,15 @@ class IRCInterface(Thread, Hook):
__authors__ = [("Jeix", "Jeix@hasnomail.com")]
+ interval = 0 #@TODO: Remove in 0.4.10
+
+
def __init__(self, core, manager):
Thread.__init__(self)
Hook.__init__(self, core, manager)
self.setDaemon(True)
- #@TODO: Remove in 0.4.10
- def initPeriodical(self):
- pass
-
-
def coreReady(self):
self.abort = False
self.more = []