rewrote IRC cache parser to be (hopefully) more stable
[NeonServV5.git] / src / modules.c
index db3a291606f51ef8bd5fdc726a93ec21ac04dd4d..4de2468fb237d819ffc5bda26f62a91a301ea30e 100644 (file)
@@ -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,