robut_whois

A plugin for robut for doing WHOIS lookups.

Build status

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

  1. Fork the repository
  2. Create a topic branch for your feature or fix
  3. Run bundle install
  4. Write specs for your changes, so I don't break anything in future
  5. Send me a pull request