mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-06-28 16:16:38 +02:00
68ef88c0c4
This so we can use fast(er) techniques here and there. New functions are: channel_has_invisible_users(client) set_user_invisible(client, channel, 1|0) Existing functions: invisible_user_in_channel(client, channel) user_can_see_member(user, target, channel) user_can_see_member_fast() This is work in progress, although the tests seem to pass atm.