show whole binding (inclusive predefined parameters) and trigger count _per bind_
[NeonServV5.git] / src / modcmd.h
index 4ba89a96a4090ed2df73fc3f135673c589242bf6..e84453788700b65625516043d842617adac68330 100644 (file)
@@ -65,6 +65,7 @@ struct cmd_binding {
     int paramcount;
     int global_access;
     char *channel_access;
+    int triggered;
     
     struct cmd_binding *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);