robut_whois
A plugin for robut for doing WHOIS lookups.
Build status
Installation
Add this to your Gemfile:
gem 'robut_whois'
And run bundle install
Usage
Add the following to your Chatfile
require 'robut_whois'
Robut::Plugin.plugins << RobutWhois::Plugin
And away you go!
Contribution
- Fork the repository
- Create a topic branch for your feature or fix
- Run
bundle install
- Write specs for your changes, so I don't break anything in future
- Send me a pull request