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