Esempio n. 1
0
 def lineReceived(self, line):
     print '<- %s' % line
     IrcdConn.lineReceived(self, line)
Esempio n. 2
0
 def lineReceived(self, line):
     print '%17.6f <- %s' % (time.time(), line)
     IrcdConn.lineReceived(self, line)
Esempio n. 3
0
 def lineReceived(self, line):
     print '%17.6f <- %s' % (time.time(), line)
     IrcdConn.lineReceived(self, line)
Esempio n. 4
0
 def lineReceived(self, line):
     print '<- %s' % line
     IrcdConn.lineReceived(self, line)