]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/messages.h
misspelling in ERR_NORECIPIENT reply
[ngircd-alex.git] / src / ngircd / messages.h
index d6a92c96b9b1fc4bfe8d1ee584389f48ebe13326..9e15b81938acbe5ca76339361be5a422404846c2 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"
@@ -93,8 +94,9 @@
 #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_NOORIGIN_MSG               "409 %s :No origin specified"
-#define ERR_NORECIPIENT_MSG            "411 %s :No receipient given (%s)"
+#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_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"