Commit Diff


commit - eba53f652ce8e0e7600b337628883d17fc3af2f2
commit + 19ce256a95c6e8c5498c80aa730ffe5f83b7814e
blob - f9140a4b8b6e2fea2dba0450735247f07b9e1ecb
blob + b40f0fc6f9ea525fe24678a5350866116a962b93
--- src/ngircd/messages.h
+++ 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"