]> arthur.barton.de Git - ngircd.git/blobdiff - src/ngircd/defines.h
Implement channel mode 'V' (invite disallow)
[ngircd.git] / src / ngircd / defines.h
index cd0a1666ae58a7696c27f7c5aeac40fcfeea565b..1eb3337dfca4e65d09830befd58d9f55984744c3 100644 (file)
 #endif
 
 /** Supported user modes. */
-#define USERMODES "acCiorRswx"
+#define USERMODES "aBcCiorRswx"
 
 /** Supported channel modes. */
-#define CHANMODES "beiIklmnoOPrRstvz"
+#define CHANMODES "abehiIklmMnoOPqrRstvVz"
 
 /** Away message for users connected to linked servers. */
 #define DEFAULT_AWAY_MSG "Away"