]> arthur.barton.de Git - ngircd.git/blobdiff - src/ngircd/messages.h
New 2nd message "Nickname too long" for error code 432
[ngircd.git] / src / ngircd / messages.h
index 93bef3d78eb0ba033722136ce842a2518a077f5c..12791d23d3a4ed319e34910d27bc3a25cf333524 100644 (file)
 #define ERR_NOMOTD_MSG                 "422 %s :MOTD file is missing"
 #define ERR_NONICKNAMEGIVEN_MSG                "431 %s :No nickname given"
 #define ERR_ERRONEUSNICKNAME_MSG       "432 %s %s :Erroneous nickname"
+#define ERR_NICKNAMETOOLONG_MSG                "432 %s %s :Nickname too long, max. %u characters"
 #define ERR_NICKNAMEINUSE_MSG          "433 %s %s :Nickname already in use"
 #define ERR_USERNOTINCHANNEL_MSG       "441 %s %s %s :They aren't on that channel"
 #define ERR_NOTONCHANNEL_MSG           "442 %s %s :You are not on that channel"