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