def start(self): """Start the bot.""" success = self._connect() if success: SimpleIRCClient.start(self)
def start(self): """Start the bot.""" self._connect() SimpleIRCClient.start(self)
def start(self): '''Starts the IRC bot, which gets it to connect to the server that has been specified. ''' SimpleIRCClient.start(self)