show whole binding (inclusive predefined parameters) and trigger count _per bind_
[NeonServV5.git] / src / modcmd.h
index 4f0616269e1696263604e8f772e3aca4c2383215..e84453788700b65625516043d842617adac68330 100644 (file)
@@ -52,7 +52,6 @@ struct cmd_function {
     int paramcount;
     int global_access;
     char *channel_access;
-    int triggered;
     
     struct cmd_function *next;
 };
@@ -66,6 +65,7 @@ struct cmd_binding {
     int paramcount;
     int global_access;
     char *channel_access;
+    int triggered;
     
     struct cmd_binding *next;
 };