diff options
author | Geert Hauwaerts <geert@hauwaerts.be> | 2014-07-05 22:16:35 +0200 |
---|---|---|
committer | Geert Hauwaerts <geert@hauwaerts.be> | 2014-07-05 22:16:35 +0200 |
commit | 591e10b3b638b0d152cf62bc08a77b0764810fa2 (patch) | |
tree | 57cba3f4a3b978f8fe8d11ef5e5c90bb9b4cfad2 /docs/help/in/ison.in | |
parent | 1be75a4bef76e66e1a66b781c75d2627754a232d (diff) | |
download | irssi-591e10b3b638b0d152cf62bc08a77b0764810fa2.zip |
Syntax documentation rewrite for H-I-commands
Diffstat (limited to 'docs/help/in/ison.in')
-rw-r--r-- | docs/help/in/ison.in | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/docs/help/in/ison.in b/docs/help/in/ison.in index 0287a60e..c77e4c59 100644 --- a/docs/help/in/ison.in +++ b/docs/help/in/ison.in @@ -1,7 +1,20 @@ +%9Syntax:%9 + @SYNTAX:ison@ -Tells whether specified nicks (space-separated) are online. +%9Parameters:%9 + + The nicknames, separated by space, to check. + +%9Description:%9 + + Displays whether the specified nicknames are online. + +%9Examples:%9 + + /ISON mike + /ISON sarah bob -See also: WHOIS, WHOWAS, NOTIFY +%9See also:%9 NOTIFY, WHOAS, WHOIS |