Beispiel #1
0
 def do_spawn(self, *args):
     """Spawn new bot"""
     self.bot = testbot()
     self.bot.connect('localhost', 6667, 'testbot', 'testbot', 'testbot')
Beispiel #2
0
 def setUp(self):
     self.bot = testbot()