]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/defines.h
Enhance "NOTICE AUTH": show hostname and IDENT reply
[ngircd-alex.git] / src / ngircd / defines.h
index 953eac33b5855e2166fd7d33478595b450133a35..310e0699857b2327cee44b440a44061386133805 100644 (file)
 /** Max. length of file name. */
 #define FNAME_LEN 256
 
-/** Max. lenght of fully qualified host names (e. g. "abc.domain.tld"). */
+/** Max. length of fully qualified host names (e. g. "abc.domain.tld"). */
 #define HOST_LEN 256
 
+/** Max. length of random salt */
+#define RANDOM_SALT_LEN 32
+
 
 /* Size of structures */
 
 #define USERMODES "acCiorRswx"
 
 /** Supported channel modes. */
-#define CHANMODES "beiIklmnoOPrRstvz"
+#define CHANMODES "beiIklmMnoOPrRstvz"
 
 /** Away message for users connected to linked servers. */
 #define DEFAULT_AWAY_MSG "Away"