]> arthur.barton.de Git - ngircd-alex.git/commitdiff
- ERR_NOSUCHCHANNEL hinzugefuegt.
authorAlexander Barton <alex@barton.de>
Mon, 21 Jan 2002 00:02:34 +0000 (00:02 +0000)
committerAlexander Barton <alex@barton.de>
Mon, 21 Jan 2002 00:02:34 +0000 (00:02 +0000)
src/ngircd/messages.h

index c37e8f5df688f763f884847eaba5682e3fc8841d..b788005d7a72806bde06faf5fab343c806021bdd 100644 (file)
@@ -9,11 +9,14 @@
  * 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.19 2002/01/16 22:09:52 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.
  *
 #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"