Browse Source

make +C (no CTCP) a default channel mode

tags/v2.9.0-rc1
Shivaram Lingamneni 2 years ago
parent
commit
028f2fcaa4
1 changed files with 3 additions and 2 deletions
  1. 3
    2
      default.yaml

+ 3
- 2
default.yaml View File

572
 # channel options
572
 # channel options
573
 channels:
573
 channels:
574
     # modes that are set when new channels are created
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
     # see  /QUOTE HELP cmodes  for more channel modes
577
     # see  /QUOTE HELP cmodes  for more channel modes
577
-    default-modes: +nt
578
+    default-modes: +ntC
578
 
579
 
579
     # how many channels can a client be in at once?
580
     # how many channels can a client be in at once?
580
     max-channels-per-client: 100
581
     max-channels-per-client: 100

Loading…
Cancel
Save