mirror of
https://github.com/irssi/irssi.git
synced 2026-08-20 09:02:13 +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,10 +1,22 @@
|
|||
|
||||
%9Syntax:%9
|
||||
|
||||
@SYNTAX:kickban@
|
||||
|
||||
Kicks off and bans a nick from the current channel.
|
||||
A reason for the kick can be supplied.
|
||||
%9Parameters:%9
|
||||
|
||||
Default alias for /KICKBAN is /KB.
|
||||
The channel and the nicknames, separated by a comma, to kickban from the
|
||||
channel and the reason thereof; if no channel is given, the active channel
|
||||
will be used.
|
||||
|
||||
See also: KNOCKOUT, BANTYPE
|
||||
%9Description:%9
|
||||
|
||||
Removes and then bans the given nicknames from the specified channel.
|
||||
|
||||
%9Examples:%9
|
||||
|
||||
/KICKBAN mike Please... chill down!
|
||||
/KICKBAN #irssi bob,sarah You guys broke the rules for the last time.
|
||||
|
||||
%9See also:%9 BAN, KICK, KNOCKOUT
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue