Module: ngircd.git Branch: master Commit: 02e24f5d1e6f098f2452f344331871a9d9a64280 URL: http://ngircd.barton.de/cgi-bin/gitweb.cgi?p=ngircd.git&a=commit;h=02e24...
Author: Alexander Barton alex@barton.de Date: Sun Feb 10 00:19:59 2013 +0100
Commands.txt: Update description of the "LINKS" command
---
doc/Commands.txt | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-)
diff --git a/doc/Commands.txt b/doc/Commands.txt index 0f3fdbb..2c35792 100644 --- a/doc/Commands.txt +++ b/doc/Commands.txt @@ -243,10 +243,17 @@ Status and Informational Commands - RFC 2812, 4.9 "Ison message"
- LINKS - LINKS [<remote server> [<server mask>]] + LINKS [[<target>] [<mask>] . - Lists all server links matching <server mask>, if given, - on <remote server>, or the current server if omitted. + List all servers currently registered in the network matching <mask>, + or all servers if <mask> has been omitted, as seen by the server + specified by <target> or the local server when <target> is omitted. + . + <target> can be a server name, the nickname of a client connected to + a specific server, or a mask matching a server name in the network. + + References: + - RFC 2812, 3.4.5 "Links message"
- LUSERS LUSERS [<mask> [<server>]]