diff options
Diffstat (limited to 'src/ngircd/parse.h')
| -rw-r--r-- | src/ngircd/parse.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; |