]> 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 e7a14ef88959069a67f7ecb8f53c7c03c5b2071f..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"