]> arthur.barton.de Git - ngircd-alex.git/commitdiff
Commands.txt: Update description of the "KILL" command
authorAlexander Barton <alex@barton.de>
Sat, 9 Mar 2013 17:00:49 +0000 (18:00 +0100)
committerAlexander Barton <alex@barton.de>
Sat, 9 Mar 2013 17:00:49 +0000 (18:00 +0100)
doc/Commands.txt

index 92d25c7f23b8266de286f16efe06de851531b5c9..4058f3dfe8febbbe2a709da4bec030c1ebeb18a9 100644 (file)
@@ -513,9 +513,16 @@ Administrative Commands
        To list the G-Lines, type "STATS g".
 
 - KILL
-       KILL <nick> <reason>
+       KILL <nickname> <reason>
        .
-       Forcibly removes <nick> from the IRC network with a <reason>.
+       Forcibly remove all users with a given <nickname> from the IRC
+       network and display the given <reason> to them.
+       .
+       This command is used internally between servers, too, for example
+       to disconnect duplicate <nickname>'s after a "net split".
+
+       References:
+        - RFC 2812, 3.7.1 "Kill message"
 
 - KLINE
        KLINE <nick!user@hostmask> <seconds> :<reason>