]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/defines.h
Fix "MAXLIST=beI:50": the limit is the sum of all lists
[ngircd-alex.git] / src / ngircd / defines.h
index e75866811c3421358c79da33f3af4f15506e80b3..c63abc9351f1bd3a435b8aef2d25305c7c928ea5 100644 (file)
 #endif
 
 /** Supported user modes. */
-#define USERMODES "aciorRswx"
+#define USERMODES "acCiorRswx"
 
 /** Supported channel modes. */
-#define CHANMODES "biIklmnoOPRstvz"
+#define CHANMODES "beiIklmnoOPRstvz"
 
 /** Away message for users connected to linked servers. */
 #define DEFAULT_AWAY_MSG "Away"
 /** Max. number of LIST replies. */
 #define MAX_RPL_LIST 100
 
+/** Max. number of elemets allowed in channel invite and ban lists. */
+#define MAX_HNDL_CHANNEL_LISTS 50
+
 /** Max. number of channel modes with arguments per MODE command. */
 #define MAX_HNDL_MODES_ARG 5