예제 #1
0
파일: ircd.py 프로젝트: mmattice/tx-ts6
 def lineReceived(self, line):
     Conn.lineReceived(self, line)
예제 #2
0
파일: ircd.py 프로젝트: mmattice/tx-ts6
 def sendLine(self, line):
     Conn.sendLine(self, line)
예제 #3
0
파일: ircd.py 프로젝트: mmattice/tx-ts6
 def connectionMade(self):
     self.state = self.factory.state
     self.state.conn = self
     Conn.connectionMade(self)
예제 #4
0
 def lineReceived(self, line):
     Conn.lineReceived(self, line)
예제 #5
0
 def sendLine(self, line):
     Conn.sendLine(self, line)
예제 #6
0
 def connectionMade(self):
     self.state = self.factory.state
     self.state.conn = self
     Conn.connectionMade(self)