DreTaX submitted a new resource:
AntiSpam - A simple anti flood plugin in Python
AntiSpam - A simple anti flood plugin in Python
Read more about this resource...Description:
A simple plugin that is able to hold of spam in the chat, and kick after specific messages.
Edit the python file via Notepad++ to configure.
# Seconds that must pass after a player's message before he can send another one.
FloodSeconds = 3
# Amount of flood messages the player will be kicked after. -1 to disable
KickAfter = 3