]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/defines.h
Implement METADATA command to update client metadata
[ngircd-alex.git] / src / ngircd / defines.h
index 345f1bed298a9a9bd3e9d7ad417da467d6aeb534..b2de98d5e94a4627e0f7965d00ae86da0b10a887 100644 (file)
@@ -92,7 +92,7 @@
 /** Default nick length (including NULL), see. RFC 2812 section 1.2.1. */
 #define CLIENT_NICK_LEN_DEFAULT 10
 
-/** Maximum nick name length (including NULL). */
+/** Maximum nickname length (including NULL). */
 #define CLIENT_NICK_LEN 32
 
 /** Max. password length (including NULL). */
 
 #ifdef IRCPLUS
 /** Standard IRC+ flags. */
-# define IRCPLUSFLAGS "CHLS"
+# define IRCPLUSFLAGS "CHLMS"
 #endif
 
 /** Supported user modes. */