예제 #1
0
 def __init__(self, botdir):
     self.botdir = botdir
     self.bot_names = Communicator.read_bot_list(botdir)
     self.bots = []
     self.load_bots()
예제 #2
0
 def __init__(self, botdir):
     self.botdir = botdir
     self.bot_names = Communicator.read_bot_list(botdir)
     self.bots = []
     self.load_bots()