Skip to content

Latest commit

 

History

History
28 lines (14 loc) · 473 Bytes

README.md

File metadata and controls

28 lines (14 loc) · 473 Bytes

sheepy-bot

About

Simple IRC bot based on Cinch

Install

git clone git://github.com/cornet/sheepy-bot.git
cd sheepy-bot
bundle install

Configuring Sheepy

Check out config/config.yaml

Running Sheepy

./sheepy.rb

Contribute

If you would like to contribute to sheepy then fork the project, implement your feature/plugin on a new branch and send a pull request.

Tests are good, please write them.