Ejemplo n.º 1
0
 def event(self, event):
         if (self.bot.game == None): #Only activate when there's not a game on
                 CommandsPlugin.event(self, event)
Ejemplo n.º 2
0
 def __init__(self, bot):
         CommandsPlugin.__init__(self, bot)
         self.inputData()