added module management commands
[NeonServV5.git] / src / main.c
index 74fd93c0261b95c2d029fc95a75b0075fcaa55d5..8262b4b7179c62f9a9e2987fbd3325a191e03c19 100644 (file)
@@ -39,6 +39,7 @@
 #include "QServer.h"
 #include "version.h"
 #include "modules.h"
+#include "module_commands.h"
 
 time_t start_time;
 static int running, hard_restart;
@@ -280,6 +281,7 @@ main:
     init_ModeNode();
     init_bind();
        init_modcmd();
+    register_module_commands();
     init_handleinfohandler();
     init_tools();
     loadModules();