Пример #1
0
    def reconnect(self):
        """ reconnect and if succesfull join channels. """

        if Irc.reconnect(self):
            self.joinchannels()
Пример #2
0
    def reconnect(self):

        """ reconnect and if succesfull join channels. """

        if Irc.reconnect(self):
            self.joinchannels()