We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
The syntax in the WHOX spec for the reply says:
:<server> 354 <client> [token] [channel] [user] [ip] [host] [server] [nick] [flags] [hopcount] [idle] [account] [oplevel] [:realname]
but the second example (with token) says:
WHO #ircv3 %afnt,42 :irc.example.org 354 mynick #ircv3 42 cooluser H coolaccount :irc.example.org 354 mynick #ircv3 42 cooloper H* cooloper
Can you please fix the order of token and channel args in the example? Thanks.