Exemple #1
0
 def __init__(self, proto, db, channel, nick):  #{{{
     GenericIRCBotFactory.__init__(self, proto, channel, nick)
     self.db = db
    def __init__(self, proto, db, channel, nick): #{{{
        GenericIRCBotFactory.__init__(self, proto, channel, nick)
	self.db = db
Exemple #3
0
 def __init__(self, proto, channel, nick, password=None): #{{{
     GenericIRCBotFactory.__init__(self, proto, channel, nick, password)