X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=src%2Fmain.c;h=2e0e5f3da2d8d5b34bda5b7d629f05efcdfa39de;hb=78e040af3fcc36ab684611c0f98b4381ff420878;hp=f3afaaf8a18c97a9bfd50a452eac5c2bd2a9feb5;hpb=923d68b1cf61c22ac4bd61cd55f4ac305def1ea3;p=NeonServV5.git diff --git a/src/main.c b/src/main.c index f3afaaf..2e0e5f3 100644 --- a/src/main.c +++ b/src/main.c @@ -1,4 +1,4 @@ -/* main.c - NeonServ v5.4 +/* main.c - NeonServ v5.5 * Copyright (C) 2011-2012 Philipp Kreil (pk910) * * This program is free software: you can redistribute it and/or modify @@ -40,6 +40,7 @@ #include "version.h" #include "modules.h" #include "module_commands.h" +#include "ModuleFunctions.h" time_t start_time; static int running, hard_restart; @@ -295,6 +296,7 @@ main: register_module_commands(); init_handleinfohandler(); init_tools(); + init_modulefunctions(); loadModules(); init_bots(); init_DBHelper();