X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=src%2Fmodules.c;h=5e0c8262f561d3432e1d148d5ab97e096a9082ca;hb=480b0bf9797e32398b494a30ebf56101ec35033b;hp=eda8f46f479762e434ea537db06a7ef3602356b5;hpb=4b9de3472bf8bb35214bd3c31289b7c601304686;p=NeonServV5.git diff --git a/src/modules.c b/src/modules.c index eda8f46..5e0c826 100644 --- a/src/modules.c +++ b/src/modules.c @@ -48,6 +48,7 @@ /* 190 */ /* UserNode.h */ /* 191-193 */ #include "ModuleFunctions.h" /* 194 */ /* bots.h */ +/* 195-196 */ /* version.h */ #define Function void * @@ -113,8 +114,8 @@ void *global_functions[] = { /* 054 */ (Function) unbind_nick, /* 055 */ (Function) bind_part, /* 056 */ (Function) unbind_part, -/* 057 */ (Function) NULL, /* deprecated */ -/* 058 */ (Function) NULL, /* deprecated */ +/* 057 */ (Function) bind_reload, +/* 058 */ (Function) unbind_reload, /* 059 */ (Function) bind_kick, /* 060 */ (Function) unbind_kick, /* 061 */ (Function) bind_topic, @@ -257,7 +258,9 @@ void *global_functions[] = { /* 191 */ (Function) module_global_cmd_register_neonbackup, /* 192 */ (Function) module_global_cmd_unregister_neonbackup, /* 193 */ (Function) module_neonbackup_recover_chan, -/* 194 */ (Function) requestInvite +/* 194 */ (Function) requestInvite, +/* 195 */ (Function) is_stable_revision, +/* 196 */ (Function) get_dev_revision }; static int module_id_counter = 1;