diff options
Diffstat (limited to 'documentation/help/info.markdown')
-rw-r--r-- | documentation/help/info.markdown | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/documentation/help/info.markdown b/documentation/help/info.markdown new file mode 100644 index 0000000..c988509 --- /dev/null +++ b/documentation/help/info.markdown @@ -0,0 +1,38 @@ +--- +layout: page +title: "Help: info" +--- + +{% comment %} + +Please submit changes to +- https://github.com/irssi/irssi/blob/master/docs/help/in/info.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">INFO</span> <span class="syn10">[<span class="syn09"><server></span>]</span></code></pre></div> + + + +### Parameters ### + +The server to display the information for; if no argument is given, the +active server will be used. + +### Description ### + +Displays information about the IRC server software. + +### Examples ### + + /INFO + /INFO orwell.freenode.net + +### See also ### +[ADMIN](/documentation/help/admin) + |