ソースを参照

Merge pull request #1658 from ajaspers/patch-1

Add documentation for +f channel mode.
tags/v2.7.0-rc1
Shivaram Lingamneni 3年前
コミット
9527850f7c
コミッターのメールアドレスに関連付けられたアカウントが存在しません
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.

読み込み中…
キャンセル
保存