rewrote IRC cache parser to be (hopefully) more stable
[NeonServV5.git] / src / modules / module.h
index bf8958c192ad0be7cbc5b1d98abacb7b38c6204f..7cc075ff0aca2fa47c243adf62034e4c7e801a7b 100644 (file)
@@ -84,8 +84,8 @@ extern int module_id;
 /* 054 */ #define unbind_nick ((void (*)(nick_func_t *))global[54])
 /* 055 */ #define bind_part ((int (*)(part_func_t *, int))global[55])
 /* 056 */ #define unbind_part ((void (*)(part_func_t *))global[56])
-/* 057 */ #define bind_quit ((int (*)(quit_func_t *, int))global[57])
-/* 058 */ #define unbind_quit ((void (*)(quit_func_t *))global[58])
+/* 057 */ /* deprecated */
+/* 058 */ /* deprecated */
 /* 059 */ #define bind_kick ((int (*)(kick_func_t *, int))global[59])
 /* 060 */ #define unbind_kick ((void (*)(kick_func_t *))global[60])
 /* 061 */ #define bind_topic ((int (*)(topic_func_t *, int))global[61])