forked from PsychoticNinja/ailin-nemui-irssi
43 lines
1.3 KiB
Plaintext
43 lines
1.3 KiB
Plaintext
# 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/reload), [SAVE](/documentation/help/save), [SET](/documentation/help/set)
|
|
|