diff options
author | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2009-09-05 22:50:29 +0000 |
---|---|---|
committer | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2009-09-05 22:50:29 +0000 |
commit | 511166ef7fe8dcff02c552e55de2b419b5edbf65 (patch) | |
tree | a773945e1cb1132fe3be50038dda9539e5f52f95 /conf | |
parent | ff8ba4135c1808612ce9681544bccd7a6456f1bd (diff) |
Document <permchanneldb> tag.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11680 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'conf')
-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."> |