class ReceiverProtocol(LineReceiver):
def lineReceived(self, line):
botObject.sendMessage(SendTo, line)
class ReceiverFactory(Factory):
protocol = ReceiverProtocol
reactor.listenTCP(LISTEN_PORT, ReceiverFactory())
ini_set('error_log', '/log/php-error.log');