diff options
author | attilamolnar <attilamolnar@hush.com> | 2013-07-09 20:21:33 +0200 |
---|---|---|
committer | attilamolnar <attilamolnar@hush.com> | 2013-08-27 18:32:32 +0200 |
commit | 261d5bb566f6383efea99e73c933a2af6f408341 (patch) | |
tree | 7c96f8b89fa2efb043b66c4f93eb8d202e6d9c84 /docs | |
parent | 86f8294c2de86b8d060abbb02f7c51c0ca0d9ead (diff) |
m_permchannels Add the ability to save listmodes
Diffstat (limited to 'docs')
-rw-r--r-- | docs/conf/modules.conf.example | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example index 71cc9e8c6..54a667f34 100644 --- a/docs/conf/modules.conf.example +++ b/docs/conf/modules.conf.example @@ -1357,7 +1357,9 @@ # 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. # -#<permchanneldb filename="data/permchannels.conf"> +# If 'listmodes' is true then all list modes (+b, +I, +e, +g...) will be +# saved. Defaults to false. +#<permchanneldb filename="data/permchannels.conf" listmodes="true"> #<include file="data/permchannels.conf"> # # You may also create channels on startup by using the <permchannels> block. |