Totally rewritten Chuck Norris plugin. Now uses QuickQuotes-Datafile(tm) Technology!
[rbot] / README
1 rbot README
2 ===========
3
4 rbot is a ruby IRC bot. Think of him as a ruby bot framework with a highly
5 modular design based around plugins.
6
7 rbot features
8 =============
9
10 * Runtime configuration via irc chat
11 * User authentication and access levels for using different bot features
12 * Built in infobot-style keywords. See example session below.
13 * Support for underlying fact database (infobot fact files), which can
14   be overridden or supplemented by runtime keyword controls
15 * Multi-language support - comes with english, dutch and german definitions
16   so far - more translations welcome
17 * Powerful plugin architecture, comes with plugins for:
18   o DNS queries
19   o Babelfish translation
20   o Google searching
21   o Excuse generation
22   o Insult generation
23   o Karma
24   o Checking the weather
25   o Querying slashdot
26   o Doing Math
27   o Per-channel quote storage, searching and retrieval
28   o Reminders
29   o rot13 translation
30   o Check the spelling of a word
31   o Webserver Server: header examination
32   o RPG dice rolling
33   o larting people
34   o conversation stats
35   o more... 
36
37 Thanks are owed to the infobot developers - several of rbot's features are
38 inspired by infobot and so are some of the default plugins. Thanks are also
39 owed to RADKade1, as rbot's quote plugin is a direct reimplementation of his
40 "quotesaq" - simply because it's a great quote interface.
41
42 Mainly, rbot's fun to play with, although the plugin architecture can be used
43 to write very useful modules
44
45