increased MAXBANS definition
[srvx.git] / src / hash.h
index e622975dba9d4a1a27d7c96a9737ea479179fc16..da4b40f53b2a9628e88189078ef481a360b7354f 100644 (file)
@@ -49,6 +49,7 @@
 #define MODE_ACCESS         0x200000 /* +a */
 #define MODE_NOFLOOD        0x400000 /* +f */
 #define MODE_AUDITORIUM     0x800000 /* +u */
+#define MODE_SSLCHAN        0x1000000 /* +S */
 #define MODE_REMOVE         0x80000000
 
 #define FLAGS_OPER          0x0001 /* +o global operator */
 #define MAXOPLEVEL      999
 
 #define MAXMODEPARAMS   6
-#define MAXBANS         45
+#define MAXBANS         999
 
 /* IDLEN is 6 because it takes 5.33 Base64 digits to store 32 bytes. */
 #define IDLEN           6