summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorTom Gilbert <tom@linuxbrit.co.uk>2005-08-02 23:32:05 +0000
committerTom Gilbert <tom@linuxbrit.co.uk>2005-08-02 23:32:05 +0000
commitd8f47b0899f9ba055735250e91ac861e8adde447 (patch)
tree3a575ba7149748fabe7ed5dc53444abc41e31904 /README
parent5940baa7fb81196925d692d4e4fe6d6cab73d1ed (diff)
Wed Aug 03 00:31:41 BST 2005 Tom Gilbert <tom@linuxbrit.co.uk>
* Added Rakefile, tweaked gemspec
Diffstat (limited to 'README')
-rw-r--r--README44
1 files changed, 44 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 00000000..38792edb
--- /dev/null
+++ b/README
@@ -0,0 +1,44 @@
+rbot README
+===========
+
+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. See example session below.
+* 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 and german definitions
+ so far - more translations welcome
+* Powerful plugin architecture, comes with plugins for:
+ o DNS queries
+ o Babelfish translation
+ o Google searching
+ o Excuse generation
+ o Insult generation
+ o Karma
+ o Checking the weather
+ o Querying slashdot
+ o Doing Math
+ o Per-channel quote storage, searching and retrieval
+ o Reminders
+ o rot13 translation
+ o Check the spelling of a word
+ o Webserver Server: header examination
+ o RPG dice rolling
+ o larting people
+ o conversation stats
+ o 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
+