X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=README.md;h=f77dc584e8524f4d46eaf65681f9710d7d2689cd;hb=38ce7c2531807e9575a207d9c0c7594778946c89;hp=7f3c2d51834b174ed5dbaf4a7a4c9f888b6eab81;hpb=95b52115351db106a93613e6ea15f0e6acbeee42;p=user%2Fhenk%2Fcode%2Fruby%2Frbot.git diff --git a/README.md b/README.md index 7f3c2d51..f77dc584 100644 --- a/README.md +++ b/README.md @@ -1,22 +1,16 @@ -# 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. +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: -## Fork Changelog +* 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) -- 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](https://github.com/4poc/rbot/wiki/Web-Service). -- Registry is now supporting DBM (that requires no external dependencies). +## Documentation -## Known Problems - -* Ruby 2.0.0 (at least <=p353) is causing a segmentation fault crash that -only occurs after a few hours. This is [fixed](https://bugs.ruby-lang.org/issues/9168) in newer versions. - -* 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).