mirror of
https://github.com/irssi/irssi.git
synced 2025-02-02 15:08:01 -05:00
Syntax documentation rewrite for F-commands
Rewrote the syntax documentation for all commands starting with the letter F.
This commit is contained in:
parent
f295a02cda
commit
4c8fe0963c
@ -1,6 +1,18 @@
|
|||||||
|
|
||||||
|
%9Syntax:%9
|
||||||
|
|
||||||
@SYNTAX:flushbuffer@
|
@SYNTAX:flushbuffer@
|
||||||
|
|
||||||
If either write_buffer_timeout or write_buffer_size have been set an immediate
|
%9Description:%9
|
||||||
write of the buffers is forced.
|
|
||||||
|
Forces an immediate flush of the buffers if the related settings are enabled.
|
||||||
|
|
||||||
|
%9Examples:%9
|
||||||
|
|
||||||
|
/FLUSHBUFFER
|
||||||
|
|
||||||
|
/SET write_buffer_size
|
||||||
|
/SET write_buffer_timeout
|
||||||
|
|
||||||
|
%9See also:%9 REDRAW, SCROLLBACK
|
||||||
|
|
||||||
|
@ -1,9 +1,25 @@
|
|||||||
|
|
||||||
|
%9Syntax:%9
|
||||||
|
|
||||||
@SYNTAX:format@
|
@SYNTAX:format@
|
||||||
|
|
||||||
-reset
|
%9Parameters:%9
|
||||||
-delete
|
|
||||||
|
|
||||||
Allows you to view/change irssi's messages.
|
-reset: Restores the original value.
|
||||||
Use this command with care.
|
-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.
|
||||||
|
|
||||||
|
%9Description:%9
|
||||||
|
|
||||||
|
Allows you to reconfigure the way messages are displayed.
|
||||||
|
|
||||||
|
%9Examples:%9
|
||||||
|
|
||||||
|
/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
|
||||||
|
|
||||||
|
%9See also:%9 RELOAD, SAVE, SET
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user