mirror of
https://github.com/osmarks/ngircd.git
synced 2025-11-15 13:07:12 +00:00
Commands.txt: Update description of the "WHO" command
This commit is contained in:
@@ -373,13 +373,18 @@ Status and Informational Commands
|
|||||||
- RFC 2812, 3.4.3 "Version message"
|
- RFC 2812, 3.4.3 "Version message"
|
||||||
|
|
||||||
- WHO
|
- WHO
|
||||||
WHO [<target> ["o"]]
|
WHO [<mask> ["o"]]
|
||||||
.
|
.
|
||||||
Returns a list of users who match <target> (nick, hostmask or channel).
|
Show a list of users who match the <mask>, or all visible users when
|
||||||
|
the <mask> has been omitted. (Special case: the <mask> "0" is
|
||||||
|
equivalent to "*")
|
||||||
.
|
.
|
||||||
If the flag "o" is given, the server will only return information about
|
If the flag "o" is given, the server will only return information about
|
||||||
IRC Operators.
|
IRC Operators.
|
||||||
|
|
||||||
|
References:
|
||||||
|
- RFC 2812, 3.6.1 "Who query"
|
||||||
|
|
||||||
- WHOIS
|
- WHOIS
|
||||||
WHOIS [<server>] <nicknames>
|
WHOIS [<server>] <nicknames>
|
||||||
.
|
.
|
||||||
|
|||||||
Reference in New Issue
Block a user