From: Alexander Barton Date: Fri, 11 Oct 2002 02:16:14 +0000 (+0000) Subject: - RPL_YOURHOST_MSG ist nun ircII-kompatibel :-) X-Git-Tag: rel-0-6-0-pre1~166 X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=commitdiff_plain;h=452d98f329aa234b406eec85043b0028bcf784a6 - RPL_YOURHOST_MSG ist nun ircII-kompatibel :-) --- diff --git a/src/ngircd/messages.h b/src/ngircd/messages.h index 561f8ca1..e00942ff 100644 --- a/src/ngircd/messages.h +++ b/src/ngircd/messages.h @@ -9,7 +9,7 @@ * Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste * der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS. * - * $Id: messages.h,v 1.48 2002/10/09 16:53:02 alex Exp $ + * $Id: messages.h,v 1.49 2002/10/11 02:16:14 alex Exp $ * * irc.h: IRC-Befehle (Header) */ @@ -20,7 +20,7 @@ #define RPL_WELCOME_MSG "001 %s :Welcome to the Internet Relay Network %s" -#define RPL_YOURHOST_MSG "002 %s :Your host is %s, running ngircd %s-%s/%s/%s" +#define RPL_YOURHOST_MSG "002 %s :Your host is %s, running version ngircd %s-%s/%s/%s" #define RPL_CREATED_MSG "003 %s :This server has been started %s" #define RPL_MYINFO_MSG "004 %s %s ngircd-%s %s %s" #define RPL_UMODEIS_MSG "211 %s +%s"