mirror of
https://github.com/osmarks/ngircd.git
synced 2025-01-09 07:10:27 +00:00
Commands.txt: Update description of the "INVITE" command
This commit is contained in:
parent
3228f1b267
commit
be08349dcb
@ -419,14 +419,17 @@ Channel Commands
|
|||||||
~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
- INVITE
|
- INVITE
|
||||||
INVITE <nick> <channel>
|
INVITE <nickname> <channel>
|
||||||
|
.
|
||||||
|
Invite <nickname> to join channel <channel>.
|
||||||
.
|
.
|
||||||
Invites <nick> to <channel>.
|
|
||||||
<channel> does not have to exist, but if it does, only members of the
|
<channel> does not have to exist, but if it does, only members of the
|
||||||
channel are allowed to invite other clients.
|
channel are allowed to invite other users. If the channel mode "+i"
|
||||||
.
|
is set, only channel "half-ops" (and above) may invite other clients,
|
||||||
If the <channel> mode "+i" is set, only <channel> operators may invite
|
and if channel mode "+V" is set, nobody can invite other users.
|
||||||
other clients.
|
|
||||||
|
References:
|
||||||
|
- RFC 2812, 3.2.7 "Invite message"
|
||||||
|
|
||||||
- JOIN
|
- JOIN
|
||||||
JOIN <channels> [<channel-keys>]
|
JOIN <channels> [<channel-keys>]
|
||||||
|
Loading…
Reference in New Issue
Block a user