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