Ejemplo n.º 1
0
 def create_bot(cls):
     bot = IRCBot()
     bot.delay_messages = False
     bot.delay_privmsgs = False
     return bot