X-Git-Url: http://git.pk910.de/?p=NeonServV5.git;a=blobdiff_plain;f=src%2Fmain.c;h=8262b4b7179c62f9a9e2987fbd3325a191e03c19;hp=74fd93c0261b95c2d029fc95a75b0075fcaa55d5;hb=92aff95471b2d258d9fc4852d0b14ab9855cd447;hpb=8e957f0bcb71b29e0adda8e40eef30cf5fd94f33 diff --git a/src/main.c b/src/main.c index 74fd93c..8262b4b 100644 --- a/src/main.c +++ b/src/main.c @@ -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();