An open API service indexing awesome lists of open source software.

https://github.com/butlerx/butlerbot

General purpose irc bot
https://github.com/butlerx/butlerbot

framework game irc-bot

Last synced: 5 months ago
JSON representation

General purpose irc bot

Awesome Lists containing this project

README

          

# butlerbot
butlerbot is an extensible IRC bot written in node.js.

Plugins can be written for the bot for a variety of purposes, from utility scripts to games.

## Plugins
Currently the bot can do the following:
- Play Cards Against Humanity
- Play Countdown
- Play UNO
- Retrieve and display realtime information from the Dublin Bus website
- Give information about the committee members of redbrick
- Post links to popping related content
- Manage BookClub and choose next Book

The bot is extensible through the use of plugins. This is achieved using the plug library.

More information on writing plugins for the bot can be found in the plugins directory

## License
This bot was originally a fork of [https://github.com/teeli/irc-cah](https://github.com/teeli/irc-cah) but was modified enough to warrant not being a fork anymore.

Then forked from [creabot](https://github.com/creadak/creabot).

It is licensed under a [Creative Commons BY-NC-SA 2.0 license](http://creativecommons.org/licenses/by-nc-sa/2.0/) license.