summaryrefslogtreecommitdiffstats
path: root/module/plugins
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-07-13 00:08:40 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-07-13 00:08:40 +0200
commit3f23a2c814bffea6bb6709928dd2174452644943 (patch)
tree5d71913392f49333a82d199854f25dcfeaa83981 /module/plugins
parentremoved server_methods, please test everything entirely (diff)
downloadpyload-3f23a2c814bffea6bb6709928dd2174452644943.tar.xz
fixes for last commit
Diffstat (limited to 'module/plugins')
-rw-r--r--module/plugins/hooks/IRCInterface.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hooks/IRCInterface.py b/module/plugins/hooks/IRCInterface.py
index ae0a51385..5259d8ccb 100644
--- a/module/plugins/hooks/IRCInterface.py
+++ b/module/plugins/hooks/IRCInterface.py
@@ -53,7 +53,7 @@ class IRCInterface(Thread, Hook):
Thread.__init__(self)
Hook.__init__(self, core, manager)
self.setDaemon(True)
- #self.sm = core.server_methods
+ # self.sm = core.server_methods
self.api = core.api #todo, only use api
def coreReady(self):