]> arthur.barton.de Git - ngircd-alex.git/commitdiff
Commands.txt: Update description of the "INVITE" command
authorAlexander Barton <alex@barton.de>
Sun, 24 Feb 2013 17:53:10 +0000 (18:53 +0100)
committerAlexander Barton <alex@barton.de>
Sun, 24 Feb 2013 17:53:10 +0000 (18:53 +0100)
doc/Commands.txt

index 2d3cab2f3892bcbda76b38e8c0254aeb4561a4f2..2967b43d8afc5398dda46ceaa1d39d37aa661ea7 100644 (file)
@@ -419,14 +419,17 @@ Channel Commands
 ~~~~~~~~~~~~~~~~
 
 - INVITE
-       INVITE <nick> <channel>
+       INVITE <nickname> <channel>
        .
-       Invites <nick> to <channel>.
-       <channel> does not have to exist, but if it does, only members of the
-       channel are allowed to invite other clients.
+       Invite <nickname> to join channel <channel>.
        .
-       If the <channel> mode "+i" is set, only <channel> operators may invite
-       other clients.
+       <channel> does not have to exist, but if it does, only members of the
+       channel are allowed to invite other users. If the channel mode "+i"
+       is set, only channel "half-ops" (and above) may invite other clients,
+       and if channel mode "+V" is set, nobody can invite other users.
+
+       References:
+        - RFC 2812, 3.2.7 "Invite message"
 
 - JOIN
        JOIN <channels> [<channel-keys>]