Ver código fonte

make +C (no CTCP) a default channel mode

tags/v2.9.0-rc1
Shivaram Lingamneni 2 anos atrás
pai
commit
028f2fcaa4
1 arquivos alterados com 3 adições e 2 exclusões
  1. 3
    2
      default.yaml

+ 3
- 2
default.yaml Ver arquivo

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

Carregando…
Cancelar
Salvar