浏览代码

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.

正在加载...
取消
保存