This commit is contained in:
dpedu 2015-06-16 23:38:42 -07:00
parent a372511ac1
commit 99479e193c
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ class IRCCore(asynchat.async_chat):
self.set_terminator(b"\r\n")
# Set up hooks for modules
self.initHooks()s
self.initHooks()
def loop(self):
asyncore.loop()