소스 검색

make +C (no CTCP) a default channel mode

tags/v2.9.0-rc1
Shivaram Lingamneni 2 년 전
부모
커밋
028f2fcaa4
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 3
    2
      default.yaml

+ 3
- 2
default.yaml 파일 보기

@@ -572,9 +572,10 @@ accounts:
572 572
 # channel options
573 573
 channels:
574 574
     # modes that are set when new channels are created
575
-    # +n is no-external-messages and +t is op-only-topic
575
+    # +n is no-external-messages, +t is op-only-topic,
576
+    # +C is no CTCPs (besides ACTION)
576 577
     # see  /QUOTE HELP cmodes  for more channel modes
577
-    default-modes: +nt
578
+    default-modes: +ntC
578 579
 
579 580
     # how many channels can a client be in at once?
580 581
     max-channels-per-client: 100

Loading…
취소
저장