]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/defines.h
Implement channel mode "Q" and user mode "q"
[ngircd-alex.git] / src / ngircd / defines.h
index ba7adf17adb204840418b7482b75fef975844138..c0be813a60f74ffec8821fcdff2535394d2a9414 100644 (file)
 #endif
 
 /** Supported user modes. */
-#define USERMODES "aBcCiorRswx"
+#define USERMODES "aBcCioqrRswx"
 
 /** Supported channel modes. */
-#define CHANMODES "abehiIklmMnoOPqrRstvz"
+#define CHANMODES "abehiIklmMnoOPqQrRstvz"
 
 /** Away message for users connected to linked servers. */
 #define DEFAULT_AWAY_MSG "Away"