about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFederico G. Schwindt <fgsch@lodoss.net>2012-09-26 13:26:50 +0100
committerAlexander Barton <alex@barton.de>2012-09-27 00:22:48 +0200
commit19ce256a95c6e8c5498c80aa730ffe5f83b7814e (patch)
treeab6ecd2f33796e6b734e6c4b856bfa5dfe250434
parenteba53f652ce8e0e7600b337628883d17fc3af2f2 (diff)
downloadngircd-19ce256a95c6e8c5498c80aa730ffe5f83b7814e.tar.gz
ngircd-19ce256a95c6e8c5498c80aa730ffe5f83b7814e.zip
ERR_CHANNELISFULL_MSG: better wording
(cherry picked from commit 0fcfa7e00fa8e098dd3724c7188c88ac82a52881)
-rw-r--r--src/ngircd/messages.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ngircd/messages.h b/src/ngircd/messages.h
index f9140a4b..b40f0fc6 100644
--- a/src/ngircd/messages.h
+++ b/src/ngircd/messages.h
@@ -127,7 +127,7 @@
 #define ERR_NEEDMOREPARAMS_MSG		"461 %s %s :Syntax error"
 #define ERR_ALREADYREGISTRED_MSG	"462 %s :Connection already registered"
 #define ERR_PASSWDMISMATCH_MSG		"464 %s :Invalid password"
-#define ERR_CHANNELISFULL_MSG		"471 %s %s :Cannot join channel (+l) -- Channel is too full, try later"
+#define ERR_CHANNELISFULL_MSG		"471 %s %s :Cannot join channel (+l) -- Channel is full, try later"
 #define ERR_SECURECHANNEL_MSG		"471 %s %s :Cannot join channel (+z) -- SSL connections only"
 #define ERR_OPONLYCHANNEL_MSG		"471 %s %s :Cannot join channel (+O) -- IRC opers only"
 #define ERR_REGONLYCHANNEL_MSG		"471 %s %s :Cannot join channel (+R) -- Registered users only"