mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-06-27 12:46:38 +02:00
b19b70e876
This adds user_can_see_member_fast() which is used in at least 3 places now, more places may follow later. It has extra paramters for membership and membership modes that is very likely already looked up by the caller (or if not, it is worth doing so by the caller). This is work in progress so if everything crashes or people mysteriously seem not present in channels (or the other way around) i would not be surprised :D.