forked from PsychoticNinja/ailin-nemui-irssi
47 lines
964 B
Plaintext
47 lines
964 B
Plaintext
# help
|
|
|
|
<!-- comment
|
|
|
|
Please submit changes to
|
|
- https://github.com/ailin-nemui/irssi/blob/master/docs/help/in/help.in
|
|
- https://github.com/ailin-nemui/irssi/blob/master/src/fe-common/core/fe-help.c
|
|
|
|
|
|
endcomment -->
|
|
|
|
|
|
## Syntax ##
|
|
|
|
<div class="irssisyntax highlight"><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)
|
|
|