mirror of
https://github.com/irssi/irssi.git
synced 2026-08-18 08:02:13 +02:00
Syntax rewrite for R-commands
Rewrote the syntax documentation for all commands starting with the letter R.
This commit is contained in:
parent
dde8540e3e
commit
6e68b83723
8 changed files with 119 additions and 79 deletions
|
|
@ -1,7 +1,21 @@
|
|||
|
||||
%9Syntax:%9
|
||||
|
||||
@SYNTAX:reload@
|
||||
|
||||
Reloads irssi's configuration file.
|
||||
%9Parameters:%9
|
||||
|
||||
See also: SAVE
|
||||
The filename of any Irssi configuration; if no parameter is given, the
|
||||
active configuration file will be used.
|
||||
|
||||
%9Description:%9
|
||||
|
||||
Reloads the Irssi configuration file.
|
||||
|
||||
%9Examples:%9
|
||||
|
||||
/RELOAD
|
||||
/RELOAD ~/test.irssi.conf
|
||||
|
||||
%9See also:%9 SAVE
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue