mirror of
https://github.com/irssi/irssi.git
synced 2026-08-19 08:32:07 +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,16 +1,24 @@
|
|||
|
||||
%9Syntax:%9
|
||||
|
||||
@SYNTAX:kick@
|
||||
|
||||
This command "kicks" the specified user off of the specified
|
||||
channel. It is typically used to remove troublemakers, flooders,
|
||||
or people otherwise making a nuisance of themselves on the channel.
|
||||
The reason for the kick is recommended, but not required by the IRC
|
||||
servers.
|
||||
%9Parameters%9
|
||||
|
||||
If the <channel> is omitted, removes the nick from the current
|
||||
channel.
|
||||
The channel and the nicknames, separated by a comma, to kick from the
|
||||
channel and the reason thereof; if no channel is given, the active channel
|
||||
will be used.
|
||||
|
||||
The default alias for /KICK is /K.
|
||||
%9Description:%9
|
||||
|
||||
See also: KNOCKOUT
|
||||
Removes the given nicknames from the specified channel; this command is
|
||||
typically used to remove troublemakers, flooders or people otherwise making
|
||||
a nuisance of themselves.
|
||||
|
||||
%9Examples:%9
|
||||
|
||||
/KICK mike Please... chill down!
|
||||
/KICK #irssi bob,sarah Stop flooding!
|
||||
|
||||
%9See also:%9 BAN, KICKBAN, KNOCKOUT
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue