From 9d97004a287589681342a0116746796f2764100c Mon Sep 17 00:00:00 2001 From: DNS777 Date: Mon, 8 Oct 2012 12:11:04 +0200 Subject: Implement user mode "b": block messages When a user has set mode "b", all private messages and notices to this user are blocked if they don't originate from a registered user, an IRC Op, server or service. The originator gets an error numeric sent back in this case, ERR_CANNOTSENDTONICK_MSG(976), which is/was(?) used by KineIRCd, too. This closes bug #144. --- doc/Modes.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'doc') diff --git a/doc/Modes.txt b/doc/Modes.txt index 8d7cdd70..aee7491c 100644 --- a/doc/Modes.txt +++ b/doc/Modes.txt @@ -22,6 +22,7 @@ channels he is using at the moment. mode since description a 0.3.0 User is away. + b 20 User blocks private messages and notices. B 20 User is flagged as a "bot". c 17 IRC operator wants to receive connect/disconnect NOTICEs. C 19 Only users that share a channel are allowed to send messages. -- cgit 1.4.1