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