3
0
mirror of https://github.com/ergochat/ergo.git synced 2024-11-22 03:49:27 +01:00

Add documentation for +f channel mode.

This commit is contained in:
ajaspers 2021-05-26 21:16:17 -07:00 committed by GitHub
parent e76b14d036
commit b0bdbb775c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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.