示例#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)