2021-10-22 22:16:28 +02:00

42 lines
870 B
Plaintext

# save
<!-- comment
Please submit changes to
- https://github.com/ailin-nemui/irssi/blob/master/docs/help/in/save.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:4ch"><code><span class="synB">SAVE</span> <span class="syn10">[<span class="syn09">&lt;file></span>]</span></code></pre></div>
## Parameters ##
| | |
| --- | --- |
| `-formats`: | Saves all the formats into the theme file. |
The file to save the configuration or theme into; if no parameter is given,
the active configuration or theme file will be used.
## Description ##
Saves the configuration file.
## Examples ##
/SAVE
/SAVE -formats
/SAVE ~/.irssi/config-new
## See also ##
[RELOAD](/documentation/help/reload), [SET](/documentation/help/set)