mirror of
https://github.com/osmarks/ngircd.git
synced 2026-06-04 11:52:08 +00:00
9d97004a28
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.