diff options
Diffstat (limited to 'src/connectionhandler.cpp')
-rw-r--r-- | src/connectionhandler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/connectionhandler.cpp b/src/connectionhandler.cpp index 0631e240..6099280f 100644 --- a/src/connectionhandler.cpp +++ b/src/connectionhandler.cpp @@ -109,7 +109,7 @@ void ConnectionHandler::startListen(ListenThreadData *ltd) buffer[result] = 0; logger->log("Received %s", buffer); #ifdef SCRIPT_SUPPORT - script->message(buffer); + //script->message(buffer); #endif } } |