You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This event gives the list of nicks and the highest status that they currently have in the channel. Most IRCds will not give you a full list of usermodes when submitting a NAMES command to the server. For example: if I am in a channel with operator status and I grant myself half-operator and voice, then users in the channel will see those +h and +v mode changes. The users joining the channel will only be told that I have operator status by the server however.
There is no API level method for checking directly if someone has a status, but that doesn't mean you are unable to keep track of the information yourself.
It's possible to have a user info if he is a voice, half-operator, operator,...?
The text was updated successfully, but these errors were encountered: