CoucouInc / lambdaCoucou

Industrial strength irc bot for more coucou
BSD 3-Clause "New" or "Revised" License
2 stars 2 forks source link

[feature request] sed #24

Closed geekingfrog closed 4 years ago

geekingfrog commented 4 years ago

Upon receiving s/foo/bar/, the bot repost the last message with the substitution (if there is a match). Perhaps try to do that on the last n messages?

Arbitrary regex can be a problem, so run that in a separate thread with timeout (and limited allocation if possible?).

geekingfrog commented 4 years ago

Done