X-Git-Url: http://git.pk910.de/?p=NeonServV5.git;a=blobdiff_plain;f=src%2Fmodcmd.h;h=52c272c53e6f8acd6c9425cd3519292592c7a100;hp=fdc2965ded8a26ad85a780b14f2daaec4f7a9e43;hb=391260f64a1dfb35bf0a55e7044fe1b8d83f2561;hpb=74495e70c2a89dc7dd938c5278cb256bd3820c9e diff --git a/src/modcmd.h b/src/modcmd.h index fdc2965..52c272c 100644 --- a/src/modcmd.h +++ b/src/modcmd.h @@ -103,6 +103,8 @@ int bind_botwise_cmd_to_command(int botid, int clientid, char *cmd, char *func); #define unbind_cmd(BOTID,CMD) unbind_botwise_cmd(BOTID, 0, CMD) int unbind_botwise_cmd(int botid, int clientid, char *cmd); +int unbind_botwise_allcmd(int clientid); + #define bind_set_parameters(BOTID,CMD,PARAMETERS) bind_botwise_set_parameters(BOTID, 0, CMD, PARAMETERS) void bind_botwise_set_parameters(int botid, int clientid, char *cmd, char *parameters);