A hubot script that annoys your coworkers.
npm install hubot-trollbotA hubot script that annoys your coworkers.
> coworker: I can't stand Mongo.
>
> hubot: MongoDB is web scale!
>
> coworker: Well, at least the backend is written in Python.
>
> hubot: You should rewrite it in Go.
>
> coworker: We considered using Clojure.
>
> hubot: Hipster.
In your hubot project repo, run:
``bash`
npm install hubot-trollbot --save
Then add hubot-trollbot to your external-scripts.json:
`json``
[
"hubot-trollbot"
]