added free functions to free everything (maybe a restart function later?)
[NeonServV5.git] / modcmd.h
index 8dc866be1a03ac2e57bca0a3c8d7040d34a57be4..c880b5848fdef6285e3d83020c6295814acf0971 100644 (file)
--- a/modcmd.h
+++ b/modcmd.h
@@ -33,6 +33,7 @@ struct trigger_cache {
 };
 
 void init_modcmd();
+void free_modcmd();
 struct ClientSocket* get_prefered_bot(int botid);
 int register_command(int botid, char *name, cmd_bind_t *func);
 int set_trigger_callback(int botid, trigger_callback_t *func);