X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fngircd%2Fparse.h;h=859c7ce575692ee4b69ff032face09f96269ba3e;hb=c8162a80beba80f3b1d04fdba8e74bf5366c47f7;hp=beac227521b6d1d677df721b617f795b7e44bd62;hpb=08f9d31d60220e8a389a2d24f42625be7749f090;p=ngircd-alex.git diff --git a/src/ngircd/parse.h b/src/ngircd/parse.h index beac2275..859c7ce5 100644 --- a/src/ngircd/parse.h +++ b/src/ngircd/parse.h @@ -37,6 +37,7 @@ typedef struct _COMMAND CLIENT_TYPE type; /**< Valid client types (bit mask) */ int min_argc; /**< Min parameters */ int max_argc; /**< Max parameters */ + int penalty; /**< Penalty for this command */ long lcount, rcount; /**< Number of local and remote calls */ long bytes; /**< Number of bytes created */ } COMMAND;