forked from PsychoticNinja/ailin-nemui-irssi
45 lines
988 B
Plaintext
45 lines
988 B
Plaintext
:::{note} You are reading the help for the development version. **The current release version is Neırssi 1.3.**
|
||
:::
|
||
|
||
# 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"><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)
|
||
|