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