fixed the constructor

This commit is contained in:
James Scott 2012-12-13 20:09:41 -05:00
parent 831b2d229a
commit 97ea0611ac
1 changed files with 2 additions and 0 deletions

View File

@ -48,6 +48,8 @@ class Cah(callbacks.Plugin):
threaded = True
def __init__(self, irc):
self.__parent = super(Cah, self)
self.__parent.__init__(irc)
self.games = {}
###### UTIL METHODS ########