diff options
Diffstat (limited to 'include/conf.h')
-rw-r--r-- | include/conf.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/conf.h b/include/conf.h index 0c6b56b..b176cff 100644 --- a/include/conf.h +++ b/include/conf.h @@ -146,8 +146,10 @@ struct CidrItem #define CONF_FLAGS_IN_DATABASE 0x00008000 #define CONF_FLAGS_EXEMPTRESV 0x00010000 #define CONF_FLAGS_SSL 0x00020000 +#define CONF_FLAGS_WEBIRC 0x00040000 /* Macros for struct MaskItem */ +#define IsConfWebIRC(x) ((x)->flags & CONF_FLAGS_WEBIRC) #define IsLimitIp(x) ((x)->flags & CONF_FLAGS_LIMIT_IP) #define IsNoTilde(x) ((x)->flags & CONF_FLAGS_NO_TILDE) #define IsConfCanFlood(x) ((x)->flags & CONF_FLAGS_CAN_FLOOD) |