X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=blobdiff_plain;f=src%2Fngircd%2Fmessages.h;h=76f608ce03431bcae1574be2a00e96d827eaabc4;hp=8aba41b1481d3f4d0385f52dc11565451dff2cff;hb=9d74f9007e5b3d6d8ca1ef78ac58268cbdb19bd8;hpb=6cb785e0a7b0d577f1355d20a76289f55eb36592 diff --git a/src/ngircd/messages.h b/src/ngircd/messages.h index 8aba41b1..76f608ce 100644 --- a/src/ngircd/messages.h +++ b/src/ngircd/messages.h @@ -9,11 +9,17 @@ * Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste * der an comBase beteiligten Autoren finden Sie in der Datei AUTHORS. * - * $Id: messages.h,v 1.5 2001/12/26 03:51:13 alex Exp $ + * $Id: messages.h,v 1.7 2001/12/27 16:56:06 alex Exp $ * * irc.h: IRC-Befehle (Header) * * $Log: messages.h,v $ + * Revision 1.7 2001/12/27 16:56:06 alex + * - RPL_WELCOME an Client_GetID() angepasst. + * + * Revision 1.6 2001/12/26 22:48:53 alex + * - MOTD-Datei ist nun konfigurierbar und wird gelesen. + * * Revision 1.5 2001/12/26 03:51:13 alex * - in ERR_NOTREGISTERED_MSG fehlte ein "%s" - jetzt steht auch hier der Nick. * @@ -39,7 +45,7 @@ #define RPL_WELCOME "001" -#define RPL_WELCOME_MSG RPL_WELCOME" %s :Welcome to the Internet Relay Network %s!%s@%s" +#define RPL_WELCOME_MSG RPL_WELCOME" %s :Welcome to the Internet Relay Network %s" #define RPL_YOURHOST "002" #define RPL_YOURHOST_MSG RPL_YOURHOST" %s :Your host is %s, running ngircd "VERSION @@ -66,6 +72,9 @@ #define ERR_UNKNOWNCOMMAND "421" #define ERR_UNKNOWNCOMMAND_MSG ERR_UNKNOWNCOMMAND" %s %s :Unknown command" +#define ERR_NOMOTD "422" +#define ERR_NOMOTD_MSG ERR_NOMOTD" %s :MOTD file is missing" + #define ERR_ERRONEUSNICKNAME "432" #define ERR_ERRONEUSNICKNAME_MSG ERR_ERRONEUSNICKNAME" %s %s :Erroneous nickname"