0.0.3 • Published 12 years ago
hubot-regex v0.0.3
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-regexas a dependency to your hubot:"hubot-regex": "" - Tell hubot to load it. Add
"hubot-regex"to theexternal-scripts.jsonlist in the hubot root folder. - Run
npm installwhile you grab a beer.