lobsters / lobsters-ansible

Ansible playbook for lobste.rs
ISC License
78 stars 25 forks source link

roles/mockturtle: add a limit of 5min to the peterson trigger #52

Closed bbuccianti closed 4 years ago

bbuccianti commented 4 years ago

The sopel.module.rate let us limit the trigger on a per-user basis, channel or server.

Maybe channel is more useful, but I don't know. I've setted it for 5min per-user as suggested on by @alanpost here https://github.com/lobsters/lobsters-ansible/issues/51

Glad to contribute this small fix! Let me know if I missed something.

bbuccianti commented 4 years ago

There you go!

alanpost commented 4 years ago

Thank you so much! I've merged this change and will deploy it now.