mirror of
https://github.com/irssi/irssi.git
synced 2026-08-17 15:42:26 +02:00
Syntax documentation rewrite for J-K commands
Rewrote the syntax documentation for all commands starting with the letters J and K.
This commit is contained in:
parent
06b6371ac5
commit
120508c14f
6 changed files with 111 additions and 45 deletions
|
|
@ -1,15 +1,26 @@
|
|||
|
||||
%9Syntax:%9
|
||||
|
||||
@SYNTAX:join@
|
||||
|
||||
-window: Join channel, placing channel window item in currently active window
|
||||
-invite: Join last invited channel
|
||||
-<server tag>: Join channel on server with specified tag
|
||||
%9Parameters:%9
|
||||
|
||||
Joins a specified channel. Channel names usually begin with #-sign,
|
||||
which may be omitted here.
|
||||
-window Joins a channel in the active window.
|
||||
-invite Joins the channel you were last invited to.
|
||||
-<server tag> The server tag on which you want to join the channel.
|
||||
|
||||
JOIN is aliased to J by default. Example: /j irssi
|
||||
(This joins to the channel #irssi)
|
||||
The channel names, separated by a commma, to join and the channel key.
|
||||
|
||||
See also: PART, WINDOW CLOSE
|
||||
%9Description:%9
|
||||
|
||||
Joins the given channels.
|
||||
|
||||
%9Examples:%9
|
||||
|
||||
/JOIN #irssi
|
||||
/JOIN #google secret_lair
|
||||
/JOIN -invite
|
||||
/JOIN -freenode #github,#freenode,#irssi
|
||||
|
||||
%9See also:%9 KICK, PART
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue