about summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/Commands.txt15
1 files changed, 9 insertions, 6 deletions
diff --git a/doc/Commands.txt b/doc/Commands.txt
index 2d3cab2f..2967b43d 100644
--- a/doc/Commands.txt
+++ b/doc/Commands.txt
@@ -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>]