Module: ngircd.git Branch: master Commit: 8212b730c707da88dcadd6384a5ecd559a2b393f URL: http://ngircd.barton.de/cgi-bin/gitweb.cgi?p=ngircd.git&a=commit;h=8212b...
Author: Alexander Barton alex@barton.de Date: Sun Feb 10 00:19:20 2013 +0100
Commands.txt: Update description of the "INFO" command
---
doc/Commands.txt | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-)
diff --git a/doc/Commands.txt b/doc/Commands.txt index 177b22e..ac455b3 100644 --- a/doc/Commands.txt +++ b/doc/Commands.txt @@ -216,10 +216,16 @@ Status and Informational Commands - RFC 2812, 3.4.9 "Admin command"
- INFO - INFO [<server>] + INFO [<target>] . - Show the version, birth & online time of the current IRC server. - If <server> has been given, it shows the INFO of the specific <server>. + Show the version, birth & online time of an IRC server in the network. + . + <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. + The server of the current connecion is used when <target> is omitted. + + References: + - RFC 2812, 3.4.10 "Info command"
- ISON ISON <nicknames>
ngircd-commits@lists.barton.de