diff options
Diffstat (limited to 'src/common/weeconfig.h')
-rw-r--r-- | src/common/weeconfig.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/common/weeconfig.h b/src/common/weeconfig.h index 9cfd8f006..23825ad55 100644 --- a/src/common/weeconfig.h +++ b/src/common/weeconfig.h @@ -54,6 +54,10 @@ #define CFG_LOOK_NICKLIST_TOP 2 #define CFG_LOOK_NICKLIST_BOTTOM 3 +#define CFG_IRC_DISPLAY_AWAY_OFF 0 +#define CFG_IRC_DISPLAY_AWAY_LOCAL 1 +#define CFG_IRC_DISPLAY_AWAY_CHANNEL 2 + typedef struct t_config_section t_config_section; struct t_config_section |