Browse Source

Merge pull request #1947 from Mikaela/docs-op-invite

MANUAL.md: clarify appropiate privs for invite
tags/v2.10.0-rc1
Shivaram Lingamneni 2 years ago
parent
commit
66bf6244f3
No account linked to committer's email address
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      docs/MANUAL.md

+ 3
- 3
docs/MANUAL.md View File

@@ -775,13 +775,13 @@ This means that users who attempt to join `#test`, but cannot due to another cha
775 775
 
776 776
 ### +i - Invite-Only
777 777
 
778
-If this channel mode is set on a channel, users will only be able to join if someone has `/INVITE`'d them first.
778
+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.
779 779
 
780 780
 To set a channel to invite-only:
781 781
 
782 782
     /MODE #test +i
783 783
 
784
-To unset the mode and let anyone join:
784
+To unset the mode and let anyone join (and invite):
785 785
 
786 786
     /MODE #test -i
787 787
 
@@ -918,7 +918,7 @@ Admins have the same moderation privileges as channel operators (see below), but
918 918
 
919 919
 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.
920 920
 
921
-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.
921
+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.
922 922
 
923 923
 ### +h (%) - Halfop
924 924
 

Loading…
Cancel
Save