about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorAlexander Barton <alex@barton.de>2002-02-27 17:05:13 +0000
committerAlexander Barton <alex@barton.de>2002-02-27 17:05:13 +0000
commit82da6d2ff1f0e4713312537253b7b12eb9cb697b (patch)
tree43e9f8c855b8f88d49502f11bb150010662919df /src
parentf99a8ed18f3f686f889e697b6eb42bd729019e42 (diff)
downloadngircd-82da6d2ff1f0e4713312537253b7b12eb9cb697b.tar.gz
ngircd-82da6d2ff1f0e4713312537253b7b12eb9cb697b.zip
- neue Text-Konstante ERR_CANNOTSENDTOCHAN_MSG eingefuehrt.
Diffstat (limited to 'src')
-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 6b4712dc..776067a6 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.30 2002/02/17 23:39:24 alex Exp $
+ * $Id: messages.h,v 1.31 2002/02/27 17:05:13 alex Exp $
  *
  * irc.h: IRC-Befehle (Header)
  *
  * $Log: messages.h,v $
+ * 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.
  *
@@ -217,6 +220,9 @@
 #define ERR_NOSUCHCHANNEL		"403"
 #define ERR_NOSUCHCHANNEL_MSG		ERR_NOSUCHCHANNEL" %s %s :No such channel"
 
+#define ERR_CANNOTSENDTOCHAN		"404"
+#define ERR_CANNOTSENDTOCHAN_MSG	ERR_CANNOTSENDTOCHAN" %s %s :Cannot send to channel"
+
 #define ERR_NOORIGIN			"409"
 #define ERR_NOORIGIN_MSG		ERR_NOORIGIN" %s :No origin specified"