diff options
Diffstat (limited to 'documentation/help/ison.markdown')
-rw-r--r-- | documentation/help/ison.markdown | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/documentation/help/ison.markdown b/documentation/help/ison.markdown new file mode 100644 index 0000000..7b5019b --- /dev/null +++ b/documentation/help/ison.markdown @@ -0,0 +1,37 @@ +--- +layout: page +title: "Help: ison" +--- + +{% comment %} + +Please submit changes to +- https://github.com/irssi/irssi/blob/master/docs/help/in/ison.in +- https://github.com/irssi/irssi/blob/master/src/irc/core/irc-commands.c + + +{% endcomment %} +[Help index](/documentation/help) + +### Syntax ### + +<div class="highlight irssisyntax"><pre style="\-\-cmdlen:4ch"><code><span class="synB">ISON</span> <span class="synB05"><nicks></span></code></pre></div> + + + +### Parameters ### + +The nicknames, separated by space, to check. + +### Description ### + +Displays whether the specified nicknames are online. + +### Examples ### + + /ISON mike + /ISON sarah bob + +### See also ### +[NOTIFY](/documentation/help/notify), [WHOWAS](/documentation/help/whowas), [WHOIS](/documentation/help/whois) + |