X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=src%2Fmodules.c;h=0de4505ea9df74c1474f0c7ce95298e0360d59fc;hb=8a1a716ef73af7b5288f7b5f8ab1b37be80f1247;hp=3193c626cfeae2aa5cbd73a9f8736b1502b7805e;hpb=fc61be208ca6dbf2fd915591c8dc7e5ef5779891;p=NeonServV5.git diff --git a/src/modules.c b/src/modules.c index 3193c62..0de4505 100644 --- a/src/modules.c +++ b/src/modules.c @@ -49,6 +49,7 @@ /* 191-193 */ #include "ModuleFunctions.h" /* 194 */ /* bots.h */ /* 195-196 */ /* version.h */ +/* 197-198 */ /* IRCEvents.h */ #define Function void * @@ -260,7 +261,9 @@ void *global_functions[] = { /* 193 */ (Function) module_neonbackup_recover_chan, /* 194 */ (Function) requestInvite, /* 195 */ (Function) is_stable_revision, -/* 196 */ (Function) get_dev_revision +/* 196 */ (Function) get_dev_revision, +/* 197 */ (Function) bind_freeclient, +/* 198 */ (Function) unbind_freeclient }; static int module_id_counter = 1;