summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authoriwalkalone <iwalkalone69@users.noreply.github.com>2021-01-18 08:22:44 +0100
committerGitHub <noreply@github.com>2021-01-18 07:22:44 +0000
commit6223be60dee0aa4f69b53b102a9d1aadd0dde047 (patch)
treee4a4465e6d9fca4a58e1c2a828c1f54f2ab32307 /docs
parentf9a663185402b9689c784dc87c317ac204c53f03 (diff)
Implemented configurable kick message for the repeat module (#1835).
Diffstat (limited to 'docs')
-rw-r--r--docs/conf/modules.conf.example8
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example
index 0a85ef5ca..2f38f52a4 100644
--- a/docs/conf/modules.conf.example
+++ b/docs/conf/modules.conf.example
@@ -1900,7 +1900,13 @@
# less CPU usage. Increasing this beyond 512 doesn't have
# any effect, as the maximum length of a message on IRC
# cannot exceed that.
-#<repeat maxbacklog="20" maxdistance="50" maxlines="20" maxtime="0" size="512">
+# kickmessage - Kick message when * is specified
+#<repeat maxbacklog="20"
+# maxdistance="50"
+# maxlines="20"
+# maxtime="0s"
+# size="512"
+# kickmessage="Repeat flood">
#<module name="repeat">
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#