X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=README.md;h=a43da56c4f4eccfad310e9f7a8117c457dd7af5d;hb=3d8bdf551aebdd4fa7ddb10fa8e824232dd4f82b;hp=d4e1cacf4341d48ef66e866def6c1fa0695a4231;hpb=78c79eae617df21a6188c6b47cd9dcf56e54904e;p=user%2Fhenk%2Fcode%2Fruby%2Frbot.git diff --git a/README.md b/README.md index d4e1cacf..a43da56c 100644 --- a/README.md +++ b/README.md @@ -1,22 +1,18 @@ -= RBot - The Ruby IRC Bot +# Rbot - The Ruby IRC Bot -rbot is a ruby IRC bot. Think of him as a ruby bot framework with a highly -modular design based around plugins. +[![Build Status](https://travis-ci.org/ruby-rbot/rbot.svg?branch=master)](https://travis-ci.org/ruby-rbot/rbot) -== Fork Changelog +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: -- Drops ruby 1.8 support, ruby >= 1.9.3 is required. -- Ruby 2.1.0 is supported. -- Removes a lot of broken/outdated plugins. -- Removes the DRb remote interface due to its abysmal security. -- Introduces a web service. -- Registry is now supporting DBM (that requires no external dependencies). +* 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) -== Known Problems +## Documentation -Ruby 2.0.0 (at least <=p353) is causing a segmentation fault crash that -only occurs after a few hours. https://bugs.ruby-lang.org/issues/9168 - -DBM (if using Barkeley DB) is requiring manual repairs to work after -a crash. +For more information about rbot visit our [github wiki](https://github.com/ruby-rbot/rbot/wiki).