Commands.txt: Update description of the "ISON" command

This commit is contained in:
Alexander Barton 2013-02-10 00:19:41 +01:00
parent 8212b730c7
commit 13740c1bf4
1 changed files with 12 additions and 7 deletions

View File

@ -228,14 +228,19 @@ Status and Informational Commands
- RFC 2812, 3.4.10 "Info command" - RFC 2812, 3.4.10 "Info command"
- ISON - ISON
ISON <nicknames> ISON <nickname> [<nickname> [...]]
. .
Queries the server to see if the clients in the space-separated list Query online status of a list of nicknames. The server replies with
<nicknames> are currently on the network. a list only containing nicknes actually connected to a server in
. the network. If no nicknames of the given list are online, an empty
The server returns only the <nicknames> that are on the network in a list is returned to the client requesting the information.
space-separated list. If none of the clients are on the network the
server returns an empty list. Please note that "all" IRC daemons even parse separate nicknames in
a single parameter (like ":nick1 nick2"), and therefore ngIRCd
implements this behaviour, too.
References:
- RFC 2812, 4.9 "Ison message"
- LINKS - LINKS
LINKS [<remote server> [<server mask>]] LINKS [<remote server> [<server mask>]]