]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/messages.h
RFC 2812, sec. 3.3.1: really check for the last dot
[ngircd-alex.git] / src / ngircd / messages.h
index d6a92c96b9b1fc4bfe8d1ee584389f48ebe13326..209485a828245d443fc85cfceef6826da4a31f30 100644 (file)
@@ -30,6 +30,7 @@
 #define RPL_STATSCOMMANDS_MSG          "212 %s %s %ld %ld %ld"
 #define RPL_ENDOFSTATS_MSG             "219 %s %c :End of STATS report"
 #define RPL_UMODEIS_MSG                        "221 %s +%s"
+#define RPL_SERVLIST_MSG               "234 %s %s %s %s %d %d :%s"
 #define RPL_SERVLISTEND_MSG            "235 %s %s %s :End of service listing"
 
 #define RPL_STATSUPTIME                        "242 %s :Server Up %u days %u:%02u:%02u"
@@ -95,6 +96,7 @@
 #define ERR_NOORIGIN_MSG               "409 %s :No origin specified"
 #define ERR_NORECIPIENT_MSG            "411 %s :No receipient given (%s)"
 #define ERR_NOTEXTTOSEND_MSG           "412 %s :No text to send"
+#define ERR_WILDTOPLEVEL               "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"