mirror of
https://github.com/irssi/irssi.git
synced 2024-10-27 05:20:20 -04:00
120508c14f
Rewrote the syntax documentation for all commands starting with the letters J and K.
27 lines
615 B
Plaintext
27 lines
615 B
Plaintext
|
|
%9Syntax:%9
|
|
|
|
@SYNTAX:knockout@
|
|
|
|
%9Parameters:%9
|
|
|
|
The time, expressed in seconds, the nicknames, separated by a comma, and the
|
|
reason thereof; if no time is provided, the ban will be lifted after 5
|
|
minutes.
|
|
|
|
%9Description:%9
|
|
|
|
Removes and then bans the given nicknames from the active channel; the ban
|
|
will be automatically lifted after the specified time.
|
|
|
|
The ban will not be lifted if you leave the channel or disconnect from the
|
|
network.
|
|
|
|
%9Examples:%9
|
|
|
|
/KNOCKOUT 3600 mike Your connection is unstable.
|
|
/KNOCKOUT bob,sarah Chill down a bit.
|
|
|
|
%9See also:%9 BAN, KICK, KICKBAN
|
|
|