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