summary refs log tree commit diff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h b/config.h
index 1aefc9d..965d835 100644
--- a/config.h
+++ b/config.h
@@ -24,6 +24,7 @@
 #define PARAM_MAX 15
 #define MESSAGE_MAX 512
 #define PEERS_MAX 100
+#define OPERS_MAX 8
 #define CHANNELS_MAX 100
 
 #define CHANNEL_USERS_MAX 100
@@ -39,4 +40,6 @@
 #define PEER_PINGTIMEOUT 120
 #define PEER_PONGTIMEOUT 20
 
+#define OPER_PASS_MAX 64
+
 #define POLL_TIMEOUT min(PEER_PINGTIMEOUT, PEER_PONGTIMEOUT)