X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=src%2Fmodcmd.h;fp=src%2Fmodcmd.h;h=4f0616269e1696263604e8f772e3aca4c2383215;hb=410cb79dd46afc2da46d2ac3fc2010a77ccb9f0e;hp=4ba89a96a4090ed2df73fc3f135673c589242bf6;hpb=8cdb9939ec5f90e931fce1be1aaab1baa206e205;p=NeonServV5.git diff --git a/src/modcmd.h b/src/modcmd.h index 4ba89a9..4f06162 100644 --- a/src/modcmd.h +++ b/src/modcmd.h @@ -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);