about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlexander Barton <alex@barton.de>2002-01-21 00:02:34 +0000
committerAlexander Barton <alex@barton.de>2002-01-21 00:02:34 +0000
commit4c32a6cebd5c7f0fb38e827a71117e2d97b87e36 (patch)
tree916ca052b7589ed95d23c3a0441ba6d33502edf4
parent9951e13510a333b8aa908b8b4fa1d8b5b35165b4 (diff)
downloadngircd-4c32a6cebd5c7f0fb38e827a71117e2d97b87e36.tar.gz
ngircd-4c32a6cebd5c7f0fb38e827a71117e2d97b87e36.zip
- ERR_NOSUCHCHANNEL hinzugefuegt.
-rw-r--r--src/ngircd/messages.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/ngircd/messages.h b/src/ngircd/messages.h
index c37e8f5d..b788005d 100644
--- a/src/ngircd/messages.h
+++ b/src/ngircd/messages.h
@@ -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.
  *
@@ -168,6 +171,9 @@
 #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"