*** VERSION 5.3.0 ***
[NeonServV5.git] / src / modcmd.h
index fdc2965ded8a26ad85a780b14f2daaec4f7a9e43..8ced9459e580ef68f4779590f75f0d36a568a0c0 100644 (file)
@@ -1,4 +1,4 @@
-/* modcmd.h - NeonServ v5.2
+/* modcmd.h - NeonServ v5.3
  * Copyright (C) 2011  Philipp Kreil (pk910)
  * 
  * This program is free software: you can redistribute it and/or modify
@@ -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);