]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/messages.h
Limit the number of message targes, and suppress duplicates
[ngircd-alex.git] / src / ngircd / messages.h
index 4f1632b09270f7a1c8f3d032f13047fed7851350..90292a2b3aae492020b77c7e6b68a7e61a09a7f3 100644 (file)
 #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"