3
0
mirror of https://github.com/ergochat/ergo.git synced 2024-11-22 11:59:40 +01:00

Merge pull request #1851 from slingamn/default_noctcp

make +C (no CTCP) a default channel mode
This commit is contained in:
Shivaram Lingamneni 2021-12-06 12:01:24 -05:00 committed by GitHub
commit 3e32e3f19e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -572,9 +572,10 @@ accounts:
# channel options # channel options
channels: channels:
# modes that are set when new channels are created # 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 # see /QUOTE HELP cmodes for more channel modes
default-modes: +nt default-modes: +ntC
# how many channels can a client be in at once? # how many channels can a client be in at once?
max-channels-per-client: 100 max-channels-per-client: 100