summaryrefslogtreecommitdiff
path: root/README.md
blob: a43da56c4f4eccfad310e9f7a8117c457dd7af5d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Rbot - The Ruby IRC Bot

[![Build Status](https://travis-ci.org/ruby-rbot/rbot.svg?branch=master)](https://travis-ci.org/ruby-rbot/rbot)

rbot is designed around a flexible plugin system and is not only easy to
extend, but it already includes many useful plugins. Some of the powerful
features include:

* Runtime configuration via irc
* Flexible authentication and permission system
* Plugin architecture that makes writing new plugins a breeze
* Integrated web service
* Batteries included: plugins for rss, twitter, imdb, translations, weather, notifications, lots of games and many more (over 70 plugins included)

## Documentation

For more information about rbot visit our [github wiki](https://github.com/ruby-rbot/rbot/wiki).