X-Git-Url: http://git.pk910.de/?p=NeonServV5.git;a=blobdiff_plain;f=src%2Fmodules.c;h=b451c0d25614683f4293d7c13704747cf93a3f34;hp=eda8f46f479762e434ea537db06a7ef3602356b5;hb=9fe7d57a2038c122f9fd0217fd09e6e74732c6ce;hpb=c49eed20311de32444533a519fa6fbacab481688 diff --git a/src/modules.c b/src/modules.c index eda8f46..b451c0d 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) 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,