diff options
author | Sadie Powell <sadie@witchery.services> | 2021-03-19 00:51:09 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2021-03-19 00:51:09 +0000 |
commit | 99bb7ac8bd5844d8ebb4795bb72a02024a28e688 (patch) | |
tree | 4df02b102ea1227a69f08a2cae46fa86410eb393 /docs | |
parent | 37f068576e844da8b6d75853214ce7553adb3a15 (diff) |
Add an <include> option to allow certain config files to not exist.
This is useful when using modules that generate a config file such
as the filter and permchannels modules.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/conf/modules.conf.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example index 4be14c960..6eb61cc38 100644 --- a/docs/conf/modules.conf.example +++ b/docs/conf/modules.conf.example @@ -1766,7 +1766,7 @@ #<permchanneldb filename="permchannels.conf" # listmodes="yes" # saveperiod="5s"> -#<include file="permchannels.conf"> +#<include file="permchannels.conf" missingokay="yes"> # # You may also create channels on startup by using the <permchannels> block. #<permchannels channel="#opers" modes="isP" topic="Opers only."> |