]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/messages.h
- neue Funktionen IRC_WriteStrChannelPrefix() und IRC_WriteStrChannel(),
[ngircd-alex.git] / src / ngircd / messages.h
index 0001426032d130542dc3881e10e293da96d19fd7..b788005d7a72806bde06faf5fab343c806021bdd 100644 (file)
@@ -9,11 +9,17 @@
  * 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.18 2002/01/11 23:50:55 alex Exp $
+ * $Id: messages.h,v 1.20 2002/01/21 00:02:34 alex Exp $
  *
  * irc.h: IRC-Befehle (Header)
  *
  * $Log: messages.h,v $
+ * 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.
  *
 #define        RPL_LUSERUNKNOWN_MSG            RPL_LUSERUNKNOWN" %s %d :unknown connection(s)"
 
 #define RPL_LUSERCHANNELS              "254"
-#define RPL_LUSERCHANNELS_MSG          RPL_LUSERCHANNELS_MSG" %s %d :channels formed"
+#define RPL_LUSERCHANNELS_MSG          RPL_LUSERCHANNELS" %s %d :channels formed"
 
 #define RPL_LUSERME                    "255"
-#define        RPL_LUSERME_MSG                 RPL_LUSERME" %s :I have %d clients and %d servers"
+#define        RPL_LUSERME_MSG                 RPL_LUSERME" %s :I have %d users, %d services and %d servers"
 
 #define RPL_MOTDSTART                  "375"
 #define RPL_MOTDSTART_MSG              RPL_MOTDSTART" %s :- %s message of the day"
 #define ERR_NOSUCHSERVER               "402"
 #define ERR_NOSUCHSERVER_MSG           ERR_NOSUCHSERVER" %s %s :No such server"
 
+#define ERR_NOSUCHCHANNEL              "403"
+#define ERR_NOSUCHCHANNEL_MSG          ERR_NOSUCHCHANNEL"%s %s :No such channel"
+
 #define ERR_NOORIGIN                   "409"
 #define ERR_NOORIGIN_MSG               ERR_NOORIGIN" %s :No origin specified"