forked from PsychoticNinja/ailin-nemui-irssi
36 lines
726 B
Plaintext
36 lines
726 B
Plaintext
# reload
|
|
|
|
<!-- comment
|
|
|
|
Please submit changes to
|
|
- https://github.com/ailin-nemui/irssi/blob/master/docs/help/in/reload.in
|
|
- https://github.com/ailin-nemui/irssi/blob/master/src/fe-common/core/fe-settings.c
|
|
|
|
|
|
endcomment -->
|
|
|
|
|
|
## Syntax ##
|
|
|
|
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:6ch"><code><span class="synB">RELOAD</span> <span class="syn10">[<span class="syn09"><file></span>]</span></code></pre></div>
|
|
|
|
|
|
|
|
## Parameters ##
|
|
|
|
The filename of any Irssi configuration; if no parameter is given, the
|
|
active configuration file will be used.
|
|
|
|
## Description ##
|
|
|
|
Reloads the Irssi configuration file.
|
|
|
|
## Examples ##
|
|
|
|
/RELOAD
|
|
/RELOAD ~/test.irssi.conf
|
|
|
|
## See also ##
|
|
[SAVE](/documentation/help/save)
|
|
|