X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=blobdiff_plain;f=src%2Fngircd%2Fmessages.h;h=90292a2b3aae492020b77c7e6b68a7e61a09a7f3;hp=4f1632b09270f7a1c8f3d032f13047fed7851350;hb=49ab79d0e64c73d575dfe87edce40637b8f2adef;hpb=adfe5affedac5dcf3f66a1a8363429ba1a13ebeb diff --git a/src/ngircd/messages.h b/src/ngircd/messages.h index 4f1632b0..90292a2b 100644 --- a/src/ngircd/messages.h +++ b/src/ngircd/messages.h @@ -110,11 +110,12 @@ #define ERR_CANNOTSENDTOCHAN_MSG "404 %s %s :Cannot send to channel" #define ERR_TOOMANYCHANNELS_MSG "405 %s %s :You have joined too many channels" #define ERR_WASNOSUCHNICK_MSG "406 %s %s :There was no such nickname" +#define ERR_TOOMANYTARGETS_MSG "407 %s :Too many recipients" #define ERR_NOORIGIN_MSG "409 %s :No origin specified" #define ERR_INVALIDCAP_MSG "410 %s %s :Invalid CAP subcommand" #define ERR_NORECIPIENT_MSG "411 %s :No recipient given (%s)" #define ERR_NOTEXTTOSEND_MSG "412 %s :No text to send" -#define ERR_WILDTOPLEVEL "414 %s :Wildcard in toplevel domain" +#define ERR_WILDTOPLEVEL_MSG "414 %s :Wildcard in toplevel domain" #define ERR_UNKNOWNCOMMAND_MSG "421 %s %s :Unknown command" #define ERR_NOMOTD_MSG "422 %s :MOTD file is missing" #define ERR_NONICKNAMEGIVEN_MSG "431 %s :No nickname given"