Ejemplo n.º 1
0
 def start(self):
     """Start the bot."""
     success = self._connect()
     if success:
         SimpleIRCClient.start(self)
Ejemplo n.º 2
0
 def start(self):
     """Start the bot."""
     self._connect()
     SimpleIRCClient.start(self)
Ejemplo n.º 3
0
 def start(self):
     """Start the bot."""
     self._connect()
     SimpleIRCClient.start(self)
Ejemplo n.º 4
0
 def start(self):
     '''Starts the IRC bot, which gets it to connect to the server
     that has been specified.
     '''
     SimpleIRCClient.start(self)
Ejemplo n.º 5
0
 def start(self):
     """Start the bot."""
     success = self._connect()
     if success:
         SimpleIRCClient.start(self)
Ejemplo n.º 6
0
 def start(self):
     '''Starts the IRC bot, which gets it to connect to the server
     that has been specified.
     '''
     SimpleIRCClient.start(self)