Fixed a missing quotation mark in the repeat module config.

This commit is contained in:
Vitor Luis 2019-04-28 15:03:40 +02:00 committed by Peter Powell
parent e57d1b19ff
commit 9986aa8b3d

View File

@ -1773,7 +1773,7 @@
# less CPU usage. Increasing this beyond 512 doesn't have # less CPU usage. Increasing this beyond 512 doesn't have
# any effect, as the maximum length of a message on IRC # any effect, as the maximum length of a message on IRC
# cannot exceed that. # 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"> #<module name="repeat">
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#