Пример #1
0
    def send(self, txt):
        """ call Irc send and check for monitor callbacks. """

        Irc.send(self, str(txt))
        outmonitor.put(self, str(txt))
Пример #2
0
    def send(self, txt):

        """ call Irc send and check for monitor callbacks. """

        Irc.send(self, str(txt))
        outmonitor.put(self, str(txt))