def connectionLost(self, reason=protocol.connectionDone):
if self.wrapper.on_disconnect:
reactor.callLater(0.0, self.wrapper.on_disconnect, self.wrapper)
return irc.IRCClient.connectionLost(self, reason)
评论列表
文章目录