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