]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/messages.h
- der System-Typ wird nun wieder korrekt ermittelt und verwendet.
[ngircd-alex.git] / src / ngircd / messages.h
index f12ee0123783d3bbdd4bfb8ca87bb5da04d37541..ea4b7ec26f09e0af7adbd00efb7ca072dd44c96b 100644 (file)
@@ -9,112 +9,9 @@
  * 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.32 2002/02/27 18:23:24 alex Exp $
+ * $Id: messages.h,v 1.36 2002/03/12 15:19:12 alex Exp $
  *
  * irc.h: IRC-Befehle (Header)
- *
- * $Log: messages.h,v $
- * Revision 1.32  2002/02/27 18:23:24  alex
- * - neue Text-Konstanten RPL_UNAWAY_MSG und RPL_NOWAWAY_MSG.
- *
- * Revision 1.31  2002/02/27 17:05:13  alex
- * - neue Text-Konstante ERR_CANNOTSENDTOCHAN_MSG eingefuehrt.
- *
- * Revision 1.30  2002/02/17 23:39:24  alex
- * - Konstanten sortiert, neue Konstante RPL_VERSION und RPL_VERSION_MSG.
- *
- * Revision 1.29  2002/02/17 17:42:53  alex
- * - neue Text-Konstante ERR_UMODEUNKNOWNFLAG2_MSG.
- *
- * Revision 1.28  2002/02/13 23:04:50  alex
- * - RPL_MYINFO_MSG korrigiert.
- *
- * Revision 1.27  2002/02/13 17:45:57  alex
- * - unterstuetzte User- und Channel-Modes stehen nun in Konstanten.
- *
- * Revision 1.26  2002/02/11 23:33:12  alex
- * - neue Message ERR_CHANOPRIVSNEEDED_MSG definiert.
- *
- * Revision 1.25  2002/02/11 15:48:39  alex
- * - neue Nachricht RPL_CHANNELMODEIS definiert.
- *
- * Revision 1.24  2002/02/06 16:51:39  alex
- * - neue Text-Konstante RPL_UMODEISCHAN_MSG.
- *
- * Revision 1.23  2002/01/29 00:14:05  alex
- * - RPL_WHOISCHANNELS_MSG korrigiert.
- *
- * Revision 1.22  2002/01/28 13:06:19  alex
- * - RPL_NAMREPLY_MSG an tatsaechliche Implementierung angepasst ;-)
- *
- * Revision 1.21  2002/01/27 17:13:37  alex
- * - neue Defines fuer RPL_TOPIC und RPL_NOTOPIC.
- *
- * Revision 1.20  2002/01/21 00:02:34  alex
- * - ERR_NOSUCHCHANNEL hinzugefuegt.
- *
- * Revision 1.19  2002/01/16 22:09:52  alex
- * - RPL_LUSERME_MSG erweitert, kleinere Aenderungen.
- *
- * Revision 1.18  2002/01/11 23:50:55  alex
- * - LINKS implementiert, LUSERS begonnen.
- *
- * Revision 1.17  2002/01/05 23:23:44  alex
- * - neue Nachricht ERR_NOSUCHSERVER_MSG definiert.
- *
- * Revision 1.16  2002/01/03 02:24:21  alex
- * - neue Message ERR_NOTREGISTEREDSERVER_MSG.
- *
- * Revision 1.15  2002/01/02 02:42:58  alex
- * - Copyright-Texte aktualisiert.
- *
- * Revision 1.14  2001/12/31 16:00:57  alex
- * - "o" zu den unterstuetzten Modes hinzugefuegt.
- *
- * Revision 1.13  2001/12/31 15:33:13  alex
- * - neuer Befehl NAMES, kleinere Bugfixes.
- * - Bug bei PING behoben: war zu restriktiv implementiert :-)
- *
- * Revision 1.12  2001/12/31 02:18:51  alex
- * - viele neue Befehle (WHOIS, ISON, OPER, DIE, RESTART),
- * - neuen Header "defines.h" mit (fast) allen Konstanten.
- * - Code Cleanups und viele "kleine" Aenderungen & Bugfixes.
- *
- * Revision 1.11  2001/12/30 19:25:39  alex
- * - RPL_MYINFO_MSG um unterstuetzte User-Modes ergaengz.
- *
- * Revision 1.10  2001/12/30 11:42:00  alex
- * - der Server meldet nun eine ordentliche "Start-Zeit".
- *
- * Revision 1.9  2001/12/29 03:06:56  alex
- * - Texte ergaenzt, einige Bugs behoben (Leerzeichen falsch gesetzt, z.B.)
- *
- * Revision 1.8  2001/12/27 19:17:26  alex
- * - neue Befehle PRIVMSG, NOTICE, PING.
- *
- * 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.
- *
- * Revision 1.4  2001/12/26 03:22:40  alex
- * - Format der Meldungen ueberarbeitet: fast immer ist nun der Nick enthalten.
- *
- * Revision 1.3  2001/12/25 19:20:11  alex
- * - neue Message: ERR_NICKNAMEINUSE[_MSG].
- *
- * Revision 1.2  2001/12/24 01:30:46  alex
- * - einige Messages korrigiert, andere ergaenzt (u.a. fuer MOTD).
- *
- * Revision 1.1  2001/12/23 21:53:32  alex
- * - Ich habe diesen Header begonnen.
- *
- * Revision 1.1  2001/12/14 08:13:43  alex
- * - neues Modul begonnen :-)
  */
 
 
 #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_OS"/"TARGET_CPU
 
 #define RPL_CREATED                    "003"
 #define RPL_CREATED_MSG                        RPL_CREATED" %s :This server was started %s"
 #define RPL_WHOISOPERATOR              "313"
 #define RPL_WHOISOPERATOR_MSG          RPL_WHOISOPERATOR" %s %s :is an IRC operator"
 
+#define RPL_ENDOFWHO                   "315"
+#define RPL_ENDOFWHO_MSG               RPL_ENDOFWHO" %s %s :End of WHO list"
+
 #define RPL_WHOISIDLE                  "317"
 #define RPL_WHOISIDLE_MSG              RPL_WHOISIDLE" %s %s %ld :seconds idle"
 
 #define RPL_VERSION                    "351"
 #define RPL_VERSION_MSG                        RPL_VERSION" %s "PACKAGE"-"VERSION".%s %s :%s"
 
+#define RPL_WHOREPLY                   "352"
+#define RPL_WHOREPLY_MSG               RPL_WHOREPLY" %s %s %s %s %s %s %s :%d %s"
+
 #define RPL_NAMREPLY                   "353"
 #define RPL_NAMREPLY_MSG               RPL_NAMREPLY" %s %s %s :"
 
 #define ERR_NICKNAMEINUSE              "433"
 #define ERR_NICKNAMEINUSE_MSG          ERR_NICKNAMEINUSE" %s %s :Nickname already in use"
 
+#define ERR_NOTONCHANNEL               "442"
+#define ERR_NOTONCHANNEL_MSG           ERR_NOTONCHANNEL" %s %s :You are not on that channel"
+
 #define ERR_NOTREGISTERED              "451"
 #define ERR_NOTREGISTERED_MSG          ERR_NOTREGISTERED" %s :Connection not registered"
 #define ERR_NOTREGISTEREDSERVER_MSG    ERR_NOTREGISTERED" %s :Connection not registered as server link"