mirror of
https://github.com/irssi/irssi.git
synced 2026-08-19 08:32:07 +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,10 +1,22 @@
|
|||
|
||||
%9Syntax:%9
|
||||
|
||||
@SYNTAX:reconnect@
|
||||
|
||||
You can reconnect to server with /RECONNECT <n>.
|
||||
%9Parameters:%9
|
||||
|
||||
/RECONNECT without any arguments will disconnect from the
|
||||
active server and reconnect back immediately.
|
||||
The network tag and message to advertise; if no arguments are given, the
|
||||
active server and default message will be used.
|
||||
|
||||
See also: SERVER, DISCONNECT, RMRECONNS
|
||||
%9Description:%9
|
||||
|
||||
Disconnect and reconnect from a network.
|
||||
|
||||
%9Examples:%9
|
||||
|
||||
/RECONNECT
|
||||
/RECONNECT Freenode
|
||||
/RECONNECT EFnet BRB :)
|
||||
|
||||
%9See also:%9 CONNECT, DISCONNECT, NETWORK, RMRECONNS, SERVER
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue