summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorattilamolnar <attilamolnar@hush.com>2013-07-09 20:21:33 +0200
committerattilamolnar <attilamolnar@hush.com>2013-08-27 18:32:32 +0200
commit261d5bb566f6383efea99e73c933a2af6f408341 (patch)
tree7c96f8b89fa2efb043b66c4f93eb8d202e6d9c84 /docs
parent86f8294c2de86b8d060abbb02f7c51c0ca0d9ead (diff)
m_permchannels Add the ability to save listmodes
Diffstat (limited to 'docs')
-rw-r--r--docs/conf/modules.conf.example4
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.