forked from External/ergo
make +C (no CTCP) a default channel mode
This commit is contained in:
parent
8995dd8842
commit
028f2fcaa4
1 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue