Tired of telling people what HTTP status codes mean? Want a bot to show people a memorable answer so they won't ask again? Then you need this plugin for Errbot that responds with HTTP status cats whenever response codes are mentioned.
Special thanks to https://http.cat, where all the status cats live.
Send the following command to a running Errbot instance:
!repos install https://github.com/tlee911/errbot-httpcats
To query any HTTP status code:
!http 200
By default, regex matching is also active, so any occurrence of 'http\s*(\d{3})'
in conversation will get a bot response as well.