cinchrb / cinch

The IRC Bot Building Framework
http://www.rubydoc.info/gems/cinch
MIT License
1k stars 180 forks source link

Allow unqueuing of queued messages in MessageQueue #146

Closed SkyBirdSoar closed 10 years ago

SkyBirdSoar commented 10 years ago

Prevent possible spam to the channel even with throttling
Can happen if:

dominikh commented 10 years ago

If you can add logic to unqueue messages you can just as well add logic to not send the message in the first place, can't you?

And allowing the bot to execute arbitrary user-provided Ruby code is a security nightmare waiting to happen.