diff options
Diffstat (limited to 'conf/modules.conf.example')
-rw-r--r-- | conf/modules.conf.example | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/conf/modules.conf.example b/conf/modules.conf.example index ab343ba32..784a39a2a 100644 --- a/conf/modules.conf.example +++ b/conf/modules.conf.example @@ -1219,6 +1219,15 @@ # This module is oper-only. #<module name="m_permchannels.so"> # +# If you like, m_permchannels can write a config file of permanent channels +# whenever +P is set, unset, or the topic/modes on a +P channel is changed. +# If you want to do this, set the filename below, and uncomment the include. +# +# The conf file generated has a path relative to the inspircd binary, hence '../conf/'. +# +#<permchanneldb filename="../conf/permchannels.conf"> +#<include file="permchannels.conf"> +# # You may also create channels on startup by using the <permchannels> block. #<permchannels channel="#opers" modes="is" topic="Opers only."> |