minetest-game-ugxrealms/worldmods/chatdam
elite f8c4319bb9 add chatdam mod, [server_essensials] update 2017-07-10 12:55:16 -04:00
..
init.lua add chatdam mod, [server_essensials] update 2017-07-10 12:55:16 -04:00
readme.md add chatdam mod, [server_essensials] update 2017-07-10 12:55:16 -04:00

readme.md

[chatdam]

A mod to control chat spam and flooding.

-- -- That Dam Chat -- Wait, it's a Chat Dam -- Anyway, the pun failed

-- License : WTFPL -- ßÿ Lymkwi/LeMagnesium/Mg

minetest.conf settings:

-- Spam control maximum_characters_per_message = 255 -- Max allowed characters in a single chat message.

-- Flood control flood_interval = 2 -- Interval in seconds that is checked for flooding. maximum_messages_per_interval = 3 -- Max allowed chat messages per interval.