From 028f2fcaa4be4bba34cd24379440496ff7a3f287 Mon Sep 17 00:00:00 2001 From: Shivaram Lingamneni Date: Tue, 30 Nov 2021 13:48:34 -0500 Subject: [PATCH] make +C (no CTCP) a default channel mode --- default.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/default.yaml b/default.yaml index 6f1803e5..cd21e0e1 100644 --- a/default.yaml +++ b/default.yaml @@ -572,9 +572,10 @@ accounts: # channel options channels: # modes that are set when new channels are created - # +n is no-external-messages and +t is op-only-topic + # +n is no-external-messages, +t is op-only-topic, + # +C is no CTCPs (besides ACTION) # see /QUOTE HELP cmodes for more channel modes - default-modes: +nt + default-modes: +ntC # how many channels can a client be in at once? max-channels-per-client: 100