From 3ee98d9f72449c88861744aebdd0a2e570bc3bc5 Mon Sep 17 00:00:00 2001 From: DNS777 Date: Fri, 19 Oct 2012 18:37:33 +0200 Subject: Update error messages for user mode +b and channel Mode +M. Replaced error message for channel mode +M with ERR_NEEDREGGEDNICK_MSG (used by Bahamut, inspircd, ircu & Unreal too) and using numeric 477 and the msg simliar like inspircd. Replaced the error message ERR_CANNOTSENDTONICK_MSG for user mode +b with ERR_NONONREG_MSG and using numeric 486, similar like unrealircd. (cherry picked from commit 55a61ab17f63a9e757b7c7598c31b98ce5a132e8 and commit 3737d9ab7da1ea0485cefc07c65dc5308bf0db02) --- src/testsuite/message-test.e | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/testsuite/message-test.e') diff --git a/src/testsuite/message-test.e b/src/testsuite/message-test.e index 4cbc066e..6e63bb52 100644 --- a/src/testsuite/message-test.e +++ b/src/testsuite/message-test.e @@ -61,7 +61,7 @@ expect { send "privmsg nick :test\r" expect { timeout { exit 1 } - "976" + "486" } send "mode nick -b\r" expect { -- cgit 1.4.1