added more debug output to cmd_nicklist
[NeonServV5.git] / src / modules / module.h
index bf8958c192ad0be7cbc5b1d98abacb7b38c6204f..50207b5a8e0d29d5553f5f7a8c9eff86939f7dd8 100644 (file)
@@ -1,4 +1,4 @@
-/* module.h - NeonServ v5.4
+/* module.h - NeonServ v5.5
  * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * This program is free software: you can redistribute it and/or modify
@@ -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])