about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorAlexander Barton <alex@barton.de>2002-12-27 13:15:16 +0000
committerAlexander Barton <alex@barton.de>2002-12-27 13:15:16 +0000
commitd19813cc4becd530897df834de2ef6847a4b68d4 (patch)
tree3c32bbe436e6c62cfc6efe392a434f8ba8aff2c5 /src
parentcf7660c9756140d4a360eba9b71f1c1caf8a7829 (diff)
downloadngircd-d19813cc4becd530897df834de2ef6847a4b68d4.tar.gz
ngircd-d19813cc4becd530897df834de2ef6847a4b68d4.zip
- new message ERR_CANTKILLSERVER_MSG.
Diffstat (limited to 'src')
-rw-r--r--src/ngircd/messages.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ngircd/messages.h b/src/ngircd/messages.h
index cea38120..24506a98 100644
--- a/src/ngircd/messages.h
+++ b/src/ngircd/messages.h
@@ -8,7 +8,7 @@
  * (at your option) any later version.
  * Please read the file COPYING, README and AUTHORS for more information.
  *
- * $Id: messages.h,v 1.60 2002/12/22 23:32:05 alex Exp $
+ * $Id: messages.h,v 1.61 2002/12/27 13:15:16 alex Exp $
  *
  * IRC numerics (Header)
  */
@@ -104,6 +104,7 @@
 #define ERR_BADCHANNELKEY_MSG		"475 %s %s :Cannot join channel (+k)"
 #define ERR_NOPRIVILEGES_MSG		"481 %s :Permission denied"
 #define ERR_CHANOPRIVSNEEDED_MSG	"482 %s %s :You are not channel operator"
+#define ERR_CANTKILLSERVER_MSG		"483 %s :You can't kill a server!"
 #define ERR_RESTRICTED_MSG		"484 %s :Your connection is restricted"
 #define ERR_NOOPERHOST_MSG		"491 %s :Not configured for your host"