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
- Host: GitHub
- URL: https://github.com/butlerx/butlerbot
- Owner: butlerx
- License: other
- Created: 2015-12-23T10:38:45.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-01-27T04:48:48.000Z (about 3 years ago)
- Last Synced: 2025-02-21T10:18:11.040Z (about 1 year ago)
- Topics: framework, game, irc-bot
- Language: JavaScript
- Homepage:
- Size: 3.88 MB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
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.