From 3f23a2c814bffea6bb6709928dd2174452644943 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Wed, 13 Jul 2011 00:08:40 +0200 Subject: fixes for last commit --- module/plugins/hooks/IRCInterface.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/plugins/hooks/IRCInterface.py') 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): -- cgit v1.2.3