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