3
0
mirror of https://github.com/ergochat/ergo.git synced 2024-11-21 19:39:43 +01:00

MANUAL.md: clarify appropiate privs for invite

Resolves: #1946
This commit is contained in:
Aminda Suomalainen 2022-05-01 23:29:38 +03:00
parent 71fe4ecf48
commit e6905f4543
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q

View File

@ -775,13 +775,13 @@ This means that users who attempt to join `#test`, but cannot due to another cha
### +i - Invite-Only
If this channel mode is set on a channel, users will only be able to join if someone has `/INVITE`'d them first.
If this channel mode is set on a channel, users will only be able to join if a channel operator has `/INVITE`'d them first.
To set a channel to invite-only:
/MODE #test +i
To unset the mode and let anyone join:
To unset the mode and let anyone join (and invite):
/MODE #test -i
@ -918,7 +918,7 @@ Admins have the same moderation privileges as channel operators (see below), but
This prefix means that the given user is an operator on the channel (chanop, for short). For example, if `@ruby` is on a channel, then **ruby** is an op.
Chanops are the default type of channel moderators. They can change the channel modes, ban/kick users, and add or remove chanop (or lower) privileges from users.
Chanops are the default type of channel moderators. They can change the channel modes, ban/kick users, and add or remove chanop (or lower) privileges from users. They can also invite users to invite-only channels.
### +h (%) - Halfop