Esempio n. 1
0
 def sendLine(self, line):
     IrcdConn.sendLine(self,line)
     print '-> %s' % line
Esempio n. 2
0
 def lineReceived(self, line):
     print '<- %s' % line
     IrcdConn.lineReceived(self, line)
Esempio n. 3
0
 def burstStart(self):
     print 'twisted-seven: burst starting'
     IrcdConn.burstStart(self)
Esempio n. 4
0
 def sendLine(self, line):
     IrcdConn.sendLine(self,line)
     print '%17.6f -> %s' % (time.time(), line)
Esempio n. 5
0
 def lineReceived(self, line):
     print '%17.6f <- %s' % (time.time(), line)
     IrcdConn.lineReceived(self, line)
Esempio n. 6
0
 def burstStart(self):
     print 'twisted-seven: burst starting'
     IrcdConn.burstStart(self)
Esempio n. 7
0
 def lineReceived(self, line):
     print '%17.6f <- %s' % (time.time(), line)
     IrcdConn.lineReceived(self, line)
Esempio n. 8
0
 def sendLine(self, line):
     IrcdConn.sendLine(self, line)
     print '%17.6f -> %s' % (time.time(), line)
Esempio n. 9
0
 def lineReceived(self, line):
     print '<- %s' % line
     IrcdConn.lineReceived(self, line)
Esempio n. 10
0
 def sendLine(self, line):
     IrcdConn.sendLine(self, line)
     print '-> %s' % line