hubot-regex
Hubot script that allows users to perform "s/find/replace/" regexes on their own or all messages in a chat.
Installing
- Add
hubot-regex
as a dependency to your hubot:"hubot-regex": ""
- Tell hubot to load it. Add
"hubot-regex"
to theexternal-scripts.json
list in the hubot root folder. - Run
npm install
while you grab a beer.