]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/defines.h
Clean up and fix comments of Check_ArgIsTrue()
[ngircd-alex.git] / src / ngircd / defines.h
index 8f62279df460b838d9315a5a58105c15148ac6e8..8db59e892921efe47ba362e344fb3b16dfe54faf 100644 (file)
@@ -82,8 +82,8 @@
 #define RECONNECT_DELAY 3              /* Time to delay re-connect attempts
                                           in seconds. */
 
-#define USERMODES "aciorswx"           /* Supported user modes. */
-#define CHANMODES "biIklmnoOPstvz"     /* Supported channel modes. */
+#define USERMODES "aciorRswx"          /* Supported user modes. */
+#define CHANMODES "biIklmnoOPRstvz"    /* Supported channel modes. */
 
 #define CONNECTED true                 /* Internal status codes. */
 #define DISCONNECTED false