0.0
Repository is archived
No commit activity in last 3 years
No release in over 3 years
Robut will give you the whois information about a domain
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 0.9.2.2
~> 2.7.0

Runtime

~> 0.3
~> 2.1.0
 Project Readme

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