diff options
Diffstat (limited to 'documentation/help/help.markdown')
-rw-r--r-- | documentation/help/help.markdown | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/documentation/help/help.markdown b/documentation/help/help.markdown new file mode 100644 index 0000000..f0a11dc --- /dev/null +++ b/documentation/help/help.markdown @@ -0,0 +1,49 @@ +--- +layout: page +title: "Help: help" +--- + +{% comment %} + +Please submit changes to +- https://github.com/irssi/irssi/blob/master/docs/help/in/help.in +- https://github.com/irssi/irssi/blob/master/src/fe-common/core/fe-help.c + + +{% endcomment %} +[Help index](/documentation/help) + +### Syntax ### + +<div class="highlight irssisyntax"><pre style="\-\-cmdlen:4ch"><code><span class="synB">HELP</span> <span class="syn10">[<span class="syn09"><command></span>]</span></code></pre></div> + + + +### Parameters ### + +The command to display the documentation for; if no argument is given, the +list of commands will be displayed. + +### Description ### + +Displays the documentation for the given command. + +### Examples ### + + /HELP + /HELP AWAY + /HELP CONNECT + +### References ### + + + +[https://irssi.org](https://irssi.org) + +[https://github.com/irssi](https://github.com/irssi) + + + +### See also ### +[CONNECT](/documentation/help/connect), [MSG](/documentation/help/msg), [NETWORK](/documentation/help/network), [SERVER](/documentation/help/server) + |