소스 검색

Merge pull request #1658 from ajaspers/patch-1

Add documentation for +f channel mode.
tags/v2.7.0-rc1
Shivaram Lingamneni 3 년 전
부모
커밋
9527850f7c
No account linked to committer's email address
1개의 변경된 파일10개의 추가작업 그리고 0개의 파일을 삭제
  1. 10
    0
      docs/MANUAL.md

+ 10
- 0
docs/MANUAL.md 파일 보기

@@ -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.

Loading…
취소
저장