Beispiel #1
0
 def lineReceived(self, line):
     log.rainman("RECV: %s" % (line, ))
     irc.IRCClient.lineReceived(self, line)
Beispiel #2
0
 def sendLine(self, line):
     log.rainman("SEND: %s" % (line, ))
     irc.IRCClient.sendLine(self, line)