How can I find out if a user in some chat is a channel moderator?
Waiting for the /names list is not reliable as it only gets sent on JOIN.
I’m using the SmartIrc4Net library with C#.
Using the /mods command and then parsing it can be a security risk.