X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fngircd%2Fmessages.h;h=9e15b81938acbe5ca76339361be5a422404846c2;hb=3a7d59c1ac6bb9d3fae546fba9d041738bbe849e;hp=d6a92c96b9b1fc4bfe8d1ee584389f48ebe13326;hpb=2cc21caf32323ebd778c16c8a7b69cd12d6ff01f;p=ngircd-alex.git diff --git a/src/ngircd/messages.h b/src/ngircd/messages.h index d6a92c96..9e15b819 100644 --- a/src/ngircd/messages.h +++ b/src/ngircd/messages.h @@ -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"