Ejemplo n.º 1
0
Archivo: bot2.py Proyecto: idler/botalo
 def __init__(self, username, password, res=None, debug=False):        
   self.start_time = time.localtime()      
   self.msg = EventThread(self)
   self.msg.start()
   JabberBot.__init__(self, username, password, res, debug)
Ejemplo n.º 2
0
Archivo: dpkbot.py Proyecto: brr/dpkbot
 def __init__(self, jid, passwd, res = None):
     """Initializes the jabber bot and sets up commands."""
     #super(jid, password, res=res)
     JabberBot.__init__(self,jid,passwd,res= res)
     self.comid={'ping':{},'version':{}}