]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/configuration/sgconfig/parser_message.cpp
Move projects back into subfolder.
[stg.git] / projects / stargazer / plugins / configuration / sgconfig / parser_message.cpp
index 2279aae6c6519e8968007a215426208b5424a069..b4607996cd788dbcb78b004d696c0de34c4cd587 100644 (file)
@@ -22,6 +22,9 @@
 #include "parser_message.h"
 
 #include "stg/users.h"
+#include "stg/user.h"
+
+#include <cstring>
 
 extern volatile time_t stgTime; // So sad...
 
@@ -102,7 +105,6 @@ int SEND_MESSAGE::End(void *, const char *el)
         m_result = res_ok;
     }
     CreateAnswer();
-    m_done = true;
     return 0;
 }