forked from PsychoticNinja/ailin-nemui-irssi
46 lines
1.4 KiB
Plaintext
46 lines
1.4 KiB
Plaintext
:::{important} You are reading the help for Irssi 1.0. **The current release version is Neırssi 1.3.**
|
||
:::
|
||
|
||
# format
|
||
|
||
<!-- comment
|
||
|
||
Please submit changes to
|
||
- https://github.com/ailin-nemui/irssi/blob/master/docs/help/in/format.in
|
||
- https://github.com/ailin-nemui/irssi/blob/master/src/fe-common/core/themes.c
|
||
|
||
|
||
endcomment -->
|
||
|
||
|
||
## Syntax ##
|
||
|
||
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:6ch"><code><span class="synB">FORMAT</span> <span class="syn10">[<span class="syn">-delete</span> | <span class="syn">-reset</span>]</span> <span class="syn10">[<span class="syn09"><module></span>]</span> <span class="syn10">[<span class="syn09"><key></span> <span class="syn14">[<span class="syn13"><value></span>]</span>]</span></code></pre></div>
|
||
|
||
|
||
|
||
## Parameters ##
|
||
|
||
|
||
| | |
|
||
| --- | --- |
|
||
| `-reset`: | Restores the original value. |
|
||
| `-delete`: | Removes the format from the configuration. |
|
||
|
||
The module name, the format name and the value; if no arguments are given,
|
||
the list of formats are displayed.
|
||
|
||
## Description ##
|
||
|
||
Allows you to reconfigure the way messages are displayed.
|
||
|
||
## Examples ##
|
||
|
||
/FORMAT irc away You have left planet earth
|
||
/FORMAT core not_good_idea I'm sorry sir, this broke my irony sensor; add -YES if you really mean it!
|
||
/FORMAT -reset irc away
|
||
|
||
## See also ##
|
||
[RELOAD](/documentation/help/1.0/reload), [SAVE](/documentation/help/1.0/save), [SET](/documentation/help/1.0/set)
|
||
|