]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/messages.h
- zwei neue Konstanten definiert: RPL_LIST_MSG und RPL_LISTEND_MSG.
[ngircd-alex.git] / src / ngircd / messages.h
index bcd799ca2ab9c9be3badf66e3abd7896cf3fbf0e..e8a0247bd09b61e97db670f29fca363fd6df006f 100644 (file)
@@ -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"
 #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"