diff options
Diffstat (limited to 'src/fe-common/core/fe-channels.h')
-rw-r--r-- | src/fe-common/core/fe-channels.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fe-common/core/fe-channels.h b/src/fe-common/core/fe-channels.h index a8aa697e..e9a03a12 100644 --- a/src/fe-common/core/fe-channels.h +++ b/src/fe-common/core/fe-channels.h @@ -6,6 +6,7 @@ #define CHANNEL_NICKLIST_FLAG_VOICES 0x04 #define CHANNEL_NICKLIST_FLAG_NORMAL 0x08 #define CHANNEL_NICKLIST_FLAG_ALL 0x0f +#define CHANNEL_NICKLIST_FLAG_COUNT 0x10 void fe_channels_nicklist(CHANNEL_REC *channel, int flags); |