X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=blobdiff_plain;f=src%2Fngircd%2Fmessages.h;h=e8a0247bd09b61e97db670f29fca363fd6df006f;hp=bcd799ca2ab9c9be3badf66e3abd7896cf3fbf0e;hb=28a58717beb140d4320bfc1273148c0ed8d0df14;hpb=ca33cbda05902b0009058d369f88c0a7a43b1bbe diff --git a/src/ngircd/messages.h b/src/ngircd/messages.h index bcd799ca..e8a0247b 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.35 2002/03/12 14:37:52 alex Exp $ + * $Id: messages.h,v 1.38 2002/04/23 19:50:06 alex Exp $ * * irc.h: IRC-Befehle (Header) */ @@ -23,7 +23,7 @@ #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"-"P_OSNAME"/"P_ARCHNAME +#define RPL_YOURHOST_MSG RPL_YOURHOST" %s :Your host is %s, running ngircd "VERSION"-"TARGET_CPU"/"TARGET_VENDOR"/"TARGET_OS #define RPL_CREATED "003" #define RPL_CREATED_MSG RPL_CREATED" %s :This server was started %s" @@ -95,6 +95,12 @@ #define RPL_WHOISCHANNELS "319" #define RPL_WHOISCHANNELS_MSG RPL_WHOISCHANNELS" %s %s :" +#define RPL_LIST "322" +#define RPL_LIST_MSG RPL_LIST" %s %s %d :%s" + +#define RPL_LISTEND "323" +#define RPL_LISTEND_MSG RPL_LISTEND" %s :End of LIST" + #define RPL_CHANNELMODEIS "324" #define RPL_CHANNELMODEIS_MSG RPL_CHANNELMODEIS" %s %s +%s"