Merge pull request #1658 from ajaspers/patch-1

Add documentation for +f channel mode.
This commit is contained in:
Shivaram Lingamneni 2021-05-27 00:18:33 -04:00 committed by GitHub
commit 9527850f7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions

View File

@ -725,6 +725,16 @@ This means that **bob** will always be able to join, even if he's connecting fro
For everything else, this mode acts like the `+b - Ban` mode.
### +f - Forward
This channel mode takes another channel as its parameter. Users who are unable to join this channel are forwarded to the provided channel instead.
You need be a channel operator in both channels in order to set this mode.
/MODE #test +f #foo
This means that users who attempt to join `#test`, but cannot due to another channel mode like `+i` or `+l`, will be forwarded to `#foo` instead.
### +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.