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