added support for an external statistics script
[NeonServV5.git] / src / modcmd.h
index 4ba89a96a4090ed2df73fc3f135673c589242bf6..4f0616269e1696263604e8f772e3aca4c2383215 100644 (file)
@@ -52,6 +52,7 @@ struct cmd_function {
     int paramcount;
     int global_access;
     char *channel_access;
+    int triggered;
     
     struct cmd_function *next;
 };
@@ -76,6 +77,8 @@ struct trigger_cache {
     struct trigger_cache *next;
 };
 
+extern int statistics_commands;
+
 void init_modcmd();
 void free_modcmd();
 struct ClientSocket* get_prefered_bot(int botid);