aboutsummaryrefslogtreecommitdiff
path: root/src/operate.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/operate.hh')
-rw-r--r--src/operate.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/operate.hh b/src/operate.hh
index 9dacc78..5e91bb5 100644
--- a/src/operate.hh
+++ b/src/operate.hh
@@ -31,8 +31,9 @@ enum : int {
CHANNEL_TRADE = 5,
CHANNEL_RLCHAT = 6,
CHANNEL_HELP = 7,
- CHANNEL_PRIVATE = 8,
+
PUBLIC_CHANNELS = 8,
+ FIRST_PRIVATE_CHANNEL = PUBLIC_CHANNELS,
MAX_CHANNELS = 0xFFFF,
};