removed getTextBot() function and added textbot parameter to the CMD_BIND header...
[NeonServV5.git] / src / modules / module.h
index 2efec3992c81a8a5cb72ce66267ecc4234bffc68..bf8958c192ad0be7cbc5b1d98abacb7b38c6204f 100644 (file)
@@ -152,7 +152,7 @@ extern int module_id;
 /* 120 */ #define find_botwise_cmd_binding ((struct cmd_binding * (*)(int, int, char *))global[120])
 /* 121 */ #define bind_botwise_unbound_required_functions ((void (*)(int, int))global[121])
 /* 122 */ #define find_cmd_function ((struct cmd_function * (*)(int , char *))global[122])
-/* 123 */ #define getTextBot ((struct ClientSocket * (*)(void))global[123])
+/* 123 */ /* deprecated */
 /* 124 */ #define register_command_alias ((void (*)(int, char *))global[124])
 /* 125 */ #define getAllBinds ((struct cmd_binding * (*)(struct cmd_binding *))global[125])
 /* 126 */ #define createModeNode ((struct ModeNode * (*)(struct ChanNode *))global[126])