diff options
author | Geert Hauwaerts <geert@hauwaerts.be> | 2014-07-02 22:25:33 +0200 |
---|---|---|
committer | Geert Hauwaerts <geert@hauwaerts.be> | 2014-07-02 22:25:33 +0200 |
commit | b2f265f44ecd4eaea1eeb1a90cfdf26dc58218ae (patch) | |
tree | 4f438e6e507f3ac8802c6954685cb1eab05af7fa /docs/help/in/admin.in | |
parent | f077280643165ad3c761fef7ff6078cf8a12c64c (diff) | |
download | irssi-b2f265f44ecd4eaea1eeb1a90cfdf26dc58218ae.zip |
Rewrote the syntax documentation for all the commands starting with A.
Diffstat (limited to 'docs/help/in/admin.in')
-rw-r--r-- | docs/help/in/admin.in | 22 |
1 files changed, 18 insertions, 4 deletions
diff --git a/docs/help/in/admin.in b/docs/help/in/admin.in index b5d95254..d5be3275 100644 --- a/docs/help/in/admin.in +++ b/docs/help/in/admin.in @@ -1,8 +1,22 @@ +Syntax: + @SYNTAX:admin@ -Displays the administrative details about the given server. If -no server is specified, the server you are connected to is -used. If a nickname is supplied then it gives the administrative -information for that person's current server. +Parameters: + + A nickname or server for which you want to know the administrative details; + if no argument is given, the server you are connected to will be used. + +Description: + + Displays the administrative details of a server. + +Examples: + + /ADMIN + /ADMIN orwell.freenode.net + /ADMIN mike + +See also: INFO |