mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-06-12 18:54:46 +02:00
2dd23d13b7
since the message/notice would not make it through either. This also means someone can no longer iterate through users to see who is +D/+R by sending a "silent" TAGMSG. (Silent in the sense that the end-user usually would not have noticed) Suggested in https://bugs.unrealircd.org/view.php?id=6579 by zw32h (I think) This also means HOOKTYPE_CAN_SEND_TO_USER now allows you to NOT to set errmsg, to silently drop a message. Previously we would crash deliberately on such a situation to enforce that all modules would set a proper errmsg.