solanum
solanum copied to clipboard
`MODE otheruser` only shows snomask for local user
we should either always show another user's snomask or never show it
I assume this is because snomasks are not propagated, so we can either just not show it ever, or, I assume, change these
https://github.com/solanum-ircd/solanum/blob/fdd4857c1dba20c8191af9d1660ef8378d181ca0/ircd/s_user.c#L1346-L1348 https://github.com/solanum-ircd/solanum/blob/2e79cebb9e171b52e64b83c6e7943ac8a01cac9d/modules/core/m_mode.c#L145-L146 to send/read snomask params
that second snippet appears to be the wrong thing
https://github.com/solanum-ircd/solanum/blob/fdd4857c1dba20c8191af9d1660ef8378d181ca0/ircd/s_user.c#L1154
or we could make user mode queries go remote