diff options
Diffstat (limited to 'data')
| -rw-r--r-- | data/example_new.conf | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/data/example_new.conf b/data/example_new.conf index df8cfbad1..975fef99b 100644 --- a/data/example_new.conf +++ b/data/example_new.conf @@ -912,4 +912,16 @@ defcon * network. */ #akillexpire = 5m + + /* + * The channel modes to set on all channels when the DefCon channel mode system is in use. + * + * Note 1: Choose these modes carefully, because when DefCon switches to a level which does NOT have + * the mode setting selected, Services will set the reverse on all channels, e.g. if this setting + * is +RN when DefCon is used, all channels will be set to +RN, when DefCon is removed, all + * channels will be set to -RN. You don't want to set this to +k for example, because when DefCon + * is removed all channels with -k. + * Note 2: MLOCK'd modes will not be lost. + */ + #chanmodes = "+R" } |
