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