aboutsummaryrefslogtreecommitdiff
path: root/docs/conf/modules.example.conf
diff options
context:
space:
mode:
authorGravatar Sadie Powell2024-09-22 13:48:56 +0100
committerGravatar Sadie Powell2024-09-22 14:01:11 +0100
commit2b10b8fc2af9e87248230b83f4afd89300095e4c (patch)
treea3971df84e1e95a3f417764bfdf3c891b8ca6e42 /docs/conf/modules.example.conf
parentMerge branch 'insp3' into insp4. (diff)
Rename <chanhistory:bots> to <chanhistory:sendtobots>.
Diffstat (limited to 'docs/conf/modules.example.conf')
-rw-r--r--docs/conf/modules.example.conf15
1 files changed, 8 insertions, 7 deletions
diff --git a/docs/conf/modules.example.conf b/docs/conf/modules.example.conf
index e6aff5dd2..c696550f0 100644
--- a/docs/conf/modules.example.conf
+++ b/docs/conf/modules.example.conf
@@ -312,22 +312,23 @@
#
#-#-#-#-#-#-#-#-#-#-#- CHANHISTORY CONFIGURATION -#-#-#-#-#-#-#-#-#-#-#
# #
-# bots - Whether to send channel history to bots. Defaults to yes. #
+# maxduration - The maximum period to keep chat history for. Defaults #
+# to 4 weeks. #
# #
# maxlines - The maximum number of lines of chat history to send to a #
# joining users. Defaults to 50. #
# #
-# maxduration - The maximum period to keep chat history for. Defaults #
-# to 4 weeks. #
-# #
# prefixmsg - Whether to send an explanatory message to clients that #
# don't support the chathistory batch type. Defaults to #
# yes. #
# #
-#<chanhistory bots="yes"
+# sendtobots - Whether to send channel history to users with user #
+# mode +B (bot) enabled. Defaults to yes. #
+#
+#<chanhistory maxlines="50"
# maxduration="4w"
-# maxlines="50"
-# prefixmsg="yes">
+# prefixmsg="yes"
+# sendtobots="yes">
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
# Channel logging module: Used to send snotice output to channels, to