X-Git-Url: http://git.pk910.de/?p=NeonServV5.git;a=blobdiff_plain;f=src%2Fmodules.c;h=4de2468fb237d819ffc5bda26f62a91a301ea30e;hp=5ada206c563b31888380fc027ef9c016dbb8a669;hb=c8e7ce1c57afaebf3996a6712c45f4c89c34ba44;hpb=ee3a72eb4a412a0a504d070db1b41c6907f7604d diff --git a/src/modules.c b/src/modules.c index 5ada206..4de2468 100644 --- a/src/modules.c +++ b/src/modules.c @@ -113,8 +113,8 @@ void *global_functions[] = { /* 054 */ (Function) unbind_nick, /* 055 */ (Function) bind_part, /* 056 */ (Function) unbind_part, -/* 057 */ (Function) bind_quit, -/* 058 */ (Function) unbind_quit, +/* 057 */ (Function) NULL, /* deprecated */ +/* 058 */ (Function) NULL, /* deprecated */ /* 059 */ (Function) bind_kick, /* 060 */ (Function) unbind_kick, /* 061 */ (Function) bind_topic, @@ -186,7 +186,7 @@ void *global_functions[] = { /* 120 */ (Function) find_botwise_cmd_binding, /* 121 */ (Function) bind_botwise_unbound_required_functions, /* 122 */ (Function) find_cmd_function, -/* 123 */ (Function) getTextBot, +/* 123 */ (Function) NULL, /* deprecated */ /* 124 */ (Function) register_command_alias, /* 125 */ (Function) getAllBinds, /* 126 */ (Function) createModeNode,