Parcourir la source

Merge pull request #1658 from ajaspers/patch-1

Add documentation for +f channel mode.
tags/v2.7.0-rc1
Shivaram Lingamneni il y a 3 ans
Parent
révision
9527850f7c
Aucun compte lié à l'adresse e-mail de l'auteur
1 fichiers modifiés avec 10 ajouts et 0 suppressions
  1. 10
    0
      docs/MANUAL.md

+ 10
- 0
docs/MANUAL.md Voir le fichier

@@ -725,6 +725,16 @@ This means that **bob** will always be able to join, even if he's connecting fro
725 725
 
726 726
 For everything else, this mode acts like the `+b - Ban` mode.
727 727
 
728
+### +f - Forward
729
+
730
+This channel mode takes another channel as its parameter. Users who are unable to join this channel are forwarded to the provided channel instead.
731
+
732
+You need be a channel operator in both channels in order to set this mode.
733
+
734
+    /MODE #test +f #foo
735
+
736
+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.
737
+
728 738
 ### +i - Invite-Only
729 739
 
730 740
 If this channel mode is set on a channel, users will only be able to join if someone has `/INVITE`'d them first.

Chargement…
Annuler
Enregistrer