]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/defines.h
Conn_Write(): Make sure there is a client when detecting its type
[ngircd-alex.git] / src / ngircd / defines.h
index 8f62279df460b838d9315a5a58105c15148ac6e8..4bcb6aff8ce295ce9c39076cca0b9e0929e0aa2e 100644 (file)
@@ -44,7 +44,7 @@
                                           see RFC 2812, section 1.2.1 */
 #define CLIENT_NAME_LEN 32             /* Max. length of "real names" */
 #define CLIENT_HOST_LEN 64             /* Max. host name length */
-#define CLIENT_MODE_LEN 16             /* Max. lenth of all client modes */
+#define CLIENT_MODE_LEN 16             /* Max. length of all client modes */
 #define CLIENT_INFO_LEN 64             /* Max. length of server info texts */
 #define CLIENT_AWAY_LEN 128            /* Max. length of away messages */
 #define CLIENT_FLAGS_LEN 16            /* Max. length of client flags */
@@ -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