mirror of
https://github.com/irssi/irssi.git
synced 2026-08-19 16:42:30 +02:00
Syntax documentation rewrite for D-commands
Rewrote the syntax documentation for all commands starting with the letter D.
This commit is contained in:
parent
3f79c8553c
commit
878411edc4
7 changed files with 130 additions and 56 deletions
|
|
@ -1,9 +1,25 @@
|
|||
|
||||
%9Syntax:%9
|
||||
|
||||
@SYNTAX:disconnect@
|
||||
|
||||
Disconnects from the specified IRC-server.
|
||||
The server tags can be seen with:
|
||||
/SERVER
|
||||
%9Parameters:%9
|
||||
|
||||
See also: CONNECT, SERVER
|
||||
The network to disconnect from and the message to advertise; if no parameters
|
||||
are given, the active server will be used.
|
||||
|
||||
%9Description:%9
|
||||
|
||||
Disconnects from one or more IRC servers; the list of all the servers you
|
||||
are connected to can be retrieved via the SERVER command.
|
||||
|
||||
Use the wildcard character "*" if you want to disconnect from all servers.
|
||||
|
||||
%9Examples:%9
|
||||
|
||||
/DISCONNECT Freenode I'm off for today, take care!
|
||||
/DISCONNECT * Vacation time :D
|
||||
/DISCONNECT
|
||||
|
||||
%9See also:%9 CONNECT, SERVER
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue