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