X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=src%2Fmodcmd.c;h=5837d33983eeab109d08289330cd6ccccd30265b;hb=e9d8fc51ef743296c6b788dcabba46cbfab05086;hp=e19d261318cd71f169f894bee1efc2a1ea5259c8;hpb=c5f46740e0362d66c6ae976300d2e039474fa3e5;p=NeonServV5.git diff --git a/src/modcmd.c b/src/modcmd.c index e19d261..5837d33 100644 --- a/src/modcmd.c +++ b/src/modcmd.c @@ -237,8 +237,7 @@ static void handle_command(struct ClientSocket *client, struct UserNode *user, s if(cbind == NULL) break; } else if(cbind->flags & CMDFLAG_SUB_LINKER) cbind = modcmd_sub_linker_command(client, textclient, user, cbind, bind_index, &args); - if(statistics_enabled) - statistics_commands++; + statistics_commands++; total_triggered++; cbind->triggered++; if((BIND_FLAGS(cbind) & CMDFLAG_FUNCMD)) {