2022-04-25 19:34:35 +02:00

46 lines
1.4 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

:::{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">&lt;module></span>]</span> <span class="syn10">[<span class="syn09">&lt;key></span> <span class="syn14">[<span class="syn13">&lt;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)