forked from PsychoticNinja/ailin-nemui-irssi
44 lines
1.2 KiB
Plaintext
44 lines
1.2 KiB
Plaintext
:::{important} You are reading the help for Irssi 1.0. **The current release version is Neırssi 1.3.**
|
||
:::
|
||
|
||
# knockout
|
||
|
||
<!-- comment
|
||
|
||
Please submit changes to
|
||
- https://github.com/ailin-nemui/irssi/blob/master/docs/help/in/knockout.in
|
||
- https://github.com/ailin-nemui/irssi/blob/master/src/irc/core/irc-commands.c
|
||
|
||
|
||
endcomment -->
|
||
|
||
|
||
## Syntax ##
|
||
|
||
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:8ch"><code><span class="synB">KNOCKOUT</span> <span class="syn10">[<span class="syn09"><time></span>]</span> <span class="synB05"><nicks></span> <span class="synB05"><reason></span></code></pre></div>
|
||
|
||
|
||
|
||
## Parameters ##
|
||
|
||
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.
|
||
|
||
## Description ##
|
||
|
||
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.
|
||
|
||
## Examples ##
|
||
|
||
/KNOCKOUT 3600 mike Your connection is unstable.
|
||
/KNOCKOUT bob,sarah Chill down a bit.
|
||
|
||
## See also ##
|
||
[BAN](/documentation/help/1.0/ban), [KICK](/documentation/help/1.0/kick), [KICKBAN](/documentation/help/1.0/kickban)
|
||
|