added cmd_commands and changed cmd_command to a global command
[NeonServV5.git] / src / modcmd.h
index 400976825fb21ce3a54f6f662b447a7ac3b20644..40ad373ea3a403691ec341e43d9fb627e269f9da 100644 (file)
@@ -93,5 +93,6 @@ struct cmd_binding *find_cmd_binding(int botid, char *cmd);
 void bind_unbound_required_functions(int botid);
 
 void register_bot_alias(int botid, char *alias);
+struct cmd_binding *getAllBinds(struct cmd_binding *last);
 
 #endif
\ No newline at end of file