]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/messages.h
This patch implements a (maybe) compliant WHOWAS command.
[ngircd-alex.git] / src / ngircd / messages.h
index b8090d438e3e65fb698463b71849be67980bf0ef..36d6f48e6e5409fd20932b47f7c3640a6583edec 100644 (file)
@@ -32,6 +32,8 @@
 #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_SERVLISTEND_MSG            "235 %s %s %s :End of service listing"
+
 #define RPL_STATSUPTIME                        "242 %s :Server Up %u days %u:%02u:%02u"
 #define RPL_LUSERCLIENT_MSG            "251 %s :There are %ld users and %ld services on %ld servers"
 #define RPL_LUSEROP_MSG                        "252 %s %lu :operator(s) online"
@@ -97,6 +99,7 @@
 #define ERR_NOTEXTTOSEND_MSG           "412 %s :No text to send"
 #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"
 #define ERR_ERRONEUSNICKNAME_MSG       "432 %s %s :Erroneous nickname"
 #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"