mirror of
https://github.com/irssi/irssi.git
synced 2026-08-17 23:52:22 +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,18 +1,24 @@
|
|||
|
||||
%9Syntax:%9
|
||||
|
||||
@SYNTAX:kill@
|
||||
|
||||
IRC operator command.
|
||||
%9Parameters:%9
|
||||
|
||||
KILL is used to forcibly remote a client from the irc network.
|
||||
It works similarly to KICK, except that a reason must be
|
||||
given (even if it is meaningless or flat-out wrong).
|
||||
The nickname to remove from the network and the reason thereof.
|
||||
|
||||
In general, KILL is useful only as a warning tool for abusive
|
||||
users. Modern irc clients (this one included) have automated
|
||||
means for reconnecting to a server after a disconnection (whether
|
||||
due to a KILL or something else), so KILL is by no means a
|
||||
permanent solution. It is not intended as a means for personal
|
||||
vendettas; this practice is generally frowned upon.
|
||||
%9Description:%9
|
||||
|
||||
See also: OPER
|
||||
Terminates a nickname's connection from the network; this command is
|
||||
reserved for IRC operators.
|
||||
|
||||
You should not use this command for personal vendettas or for trolling;
|
||||
these practices are generally frowned upon.
|
||||
|
||||
%9Examples:%9
|
||||
|
||||
/KILL mike Get off my lawn
|
||||
/KILL bob Stop breaking the network rules!
|
||||
|
||||
%9See also:%9 DIE, OPER, WALLOPS
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue