urban: urbandictionary.com changed markup, fixes regexp
[rbot] / README.rdoc
1 = rbot - The Ruby IRC bot
2
3 rbot is a ruby IRC bot. Think of him as a ruby bot framework with a highly
4 modular design based around plugins.
5
6 == rbot features
7
8 * Runtime configuration via irc chat
9 * User authentication and access levels for using different bot features
10 * Built in infobot-style keywords.
11 * Support for underlying fact database (infobot fact files), which can
12   be overridden or supplemented by runtime keyword controls
13 * Multi-language support - comes with english, dutch, german, french, italian
14   japanese, chinese, russian and finnish definitions so far - more translations welcome
15 * Powerful plugin architecture, comes with plugins for:
16   - RSS feed updates
17   - IMDb queries
18   - Translator with multitude of services, it's easy as <code>!translate Ein Automobil</code>
19   - Last.fm
20   - Google searching
21   - URL information
22   - Seen +nick+?
23     * <code>rbot: seen tango? <rbot> tango_ was last seen 20 minutes and 7 seconds ago, joining #rbot</code>
24   - Reminders
25     * Example: <code>remind me about pizza in the oven in 15 minutes</code>
26   - Checking the weather
27   - Doing math
28   - GeoIP lookup
29   - Lots of games, including uno, hangman, azgame and roshambo
30   - Karma
31   - Per-channel quote storage, searching and retrieval
32   - Check the spelling of a word
33   - RPG dice rolling
34   - larting people
35   - Conversation stats — also, rbot log format is supported by {pisg}[http://pisg.sourceforge.net/]
36   - more... 
37
38 Thanks are owed to the infobot developers - several of rbot's features are
39 inspired by infobot and so are some of the default plugins. Thanks are also
40 owed to RADKade1, as rbot's quote plugin is a direct reimplementation of his
41 "quotesaq" - simply because it's a great quote interface.
42
43 Mainly, rbot's fun to play with, although the plugin architecture can be used
44 to write very useful modules
45