public
Description: Rbot configs for the ##ruby-br irc.frenode.net channel
Homepage:
Clone URL: git://github.com/nofxx/ruby-br_bot.git
name age message
file .gitignore Mon Jun 23 10:48:36 -0700 2008 Ignore generated files. [Flameeyes]
file AUTHORS Sun Jun 29 16:48:15 -0700 2008 * AUTHORS: jsn-: i refuse to use gmail.org! [jsn]
file COPYING Tue Apr 22 01:02:02 -0700 2008 Licensing uniformity: dual-license rbot core un... [Oblomov]
file COPYING.rbot Tue Apr 22 01:02:02 -0700 2008 Licensing uniformity: dual-license rbot core un... [Oblomov]
file ChangeLog Thu Apr 12 03:35:45 -0700 2007 Module\#define_structure method: define a new S... [Oblomov]
file GPLv2 Tue Apr 22 01:02:02 -0700 2008 Licensing uniformity: dual-license rbot core un... [Oblomov]
file INSTALL Fri Jan 27 01:28:38 -0800 2006 bit of win32 doco [Tom Gilbert]
file README Wed Jul 30 10:53:59 -0700 2008 merge entre o github e o repositorio oficial do... [ramon]
file REQUIREMENTS Thu Feb 14 00:23:10 -0800 2008 * replace references to old website to referenc... [Oblomov]
file Rakefile Tue Jul 29 13:14:46 -0700 2008 Start working on 0.9.12 [Oblomov]
file TODO Wed Aug 10 16:12:50 -0700 2005 AUTHORS update. Added two plugins from Robin K... [Tom Gilbert]
file Usage_en.txt Wed Jul 27 10:20:00 -0700 2005 more packaging work [Tom Gilbert]
directory bin/ Tue Jul 29 13:14:46 -0700 2008 Start working on 0.9.12 [Oblomov]
directory data/ Loading commit data...
file docgen Mon Mar 10 17:22:44 -0700 2008 Documentation cleanups Fix typos, be more rdoc... [Oblomov]
file launch_here.rb Tue Jul 29 13:14:46 -0700 2008 Start working on 0.9.12 [Oblomov]
directory lib/ Tue Jul 29 13:20:38 -0700 2008 auth core botmodule: advertise and act on misma... [Oblomov]
file msgmerge-wrapper.rb Fri Jun 20 13:39:41 -0700 2008 move bin/msgmerge-wrapper.rb to top level, as i... [hagabaka]
directory po/
file setup.rb Fri Jun 20 13:03:19 -0700 2008 setup.rb: some sanitizing [Oblomov]
file tag-release Tue Jul 29 13:19:05 -0700 2008 Some enhancements to tag-release [Oblomov]
directory test/ Sat Apr 12 13:23:11 -0700 2008 test for event threshold [doki_pen]
README
= 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 features

* Runtime configuration via irc chat
* User authentication and access levels for using different bot features
* Built in infobot-style keywords.
* Support for underlying fact database (infobot fact files), which can
  be overridden or supplemented by runtime keyword controls
* Multi-language support - comes with english, dutch, german, french, italian
  japanese, chinese and russian definitions so far - more translations welcome
* Powerful plugin architecture, comes with plugins for:
  - DNS queries
  - Babelfish translation
  - Google searching
  - Excuse generation
  - Insult generation
  - Karma
  - Checking the weather
  - Querying slashdot
  - Doing Math
  - Per-channel quote storage, searching and retrieval
  - Reminders
  - rot13 translation
  - Check the spelling of a word
  - Webserver Server: header examination
  - RPG dice rolling
  - larting people
  - conversation stats
  - more... 

Thanks are owed to the infobot developers - several of rbot's features are
inspired by infobot and so are some of the default plugins. Thanks are also
owed to RADKade1, as rbot's quote plugin is a direct reimplementation of his
"quotesaq" - simply because it's a great quote interface.

Mainly, rbot's fun to play with, although the plugin architecture can be used
to write very useful modules