diff options
author | Vitor Luis <droider.pc@gmail.com> | 2019-04-28 15:03:40 +0200 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2019-04-28 14:03:40 +0100 |
commit | 9986aa8b3d224823ea4c12a3f5a73be00f37e865 (patch) | |
tree | 7ff77dbe218d8452b8732fff3a1e60cbc78fb08c /docs | |
parent | e57d1b19ff4823b7885eb7f4d3b37c84d2edca0e (diff) |
Fixed a missing quotation mark in the repeat module config.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/conf/modules.conf.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example index 4b72ab227..997a3c411 100644 --- a/docs/conf/modules.conf.example +++ b/docs/conf/modules.conf.example @@ -1773,7 +1773,7 @@ # 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"> +#<repeat maxbacklog="20" maxdistance="50" maxlines="20" maxtime="0" size="512"> #<module name="repeat"> #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# |