X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=src%2Fmodules.c;fp=src%2Fmodules.c;h=7310c88465152f21f1dc0351869489867d1346e4;hb=e9d8fc51ef743296c6b788dcabba46cbfab05086;hp=0de4505ea9df74c1474f0c7ce95298e0360d59fc;hpb=5dae7c36bf0c4b2a741856f6271b076238a180cc;p=NeonServV5.git diff --git a/src/modules.c b/src/modules.c index 0de4505..7310c88 100644 --- a/src/modules.c +++ b/src/modules.c @@ -19,7 +19,10 @@ #include #endif -/* 000-011 */ #include "main.h" +/* 000-001 */ #include "main.h" +/* 002-004 */ #include "tools.h" +/* 005-006 */ /* deprecated */ +/* 007-011 */ /* main.h */ /* 012 */ #include "BanNode.h" /* 013-019 */ #include "bots.h" /* 020-025 */ #include "ChanNode.h" @@ -40,7 +43,7 @@ /* 126-136 */ #include "ModeNode.h" /* 137-142 */ #include "mysqlConn.h" /* 143-149 */ #include "timeq.h" -/* 150-169 */ #include "tools.h" +/* 150-169 */ /* tools.h */ /* 170-180 */ #include "UserNode.h" /* 181-183 */ #include "WHOHandler.h" /* 184-188 */ #include "version.h" @@ -56,11 +59,11 @@ void *global_functions[] = { /* 000 */ (Function) getStartTime, /* 001 */ (Function) getRunningThreads, -/* 002 */ (Function) exit_daemon, +/* 002 */ (Function) getCurrentSecondsOfDay, /* 003 */ (Function) stricmp, /* 004 */ (Function) stricmplen, -/* 005 */ (Function) restart_process, -/* 006 */ (Function) cleanup, +/* 005 */ (Function) NULL, /* deprecated */ +/* 006 */ (Function) NULL, /* deprecated */ /* 007 */ (Function) restart_bot, /* 008 */ (Function) stop_bot, /* 009 */ (Function) reload_config,