<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,38 +1,36 @@
-rbot 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
-=============
+== 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.
+* 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 and german definitions
-  so far - more translations welcome
+* 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:
-  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... 
+  - 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</diff>
      <filename>README</filename>
    </modified>
    <modified>
      <diff>@@ -1,5 +1,41 @@
 #!/usr/bin/env ruby
 
+=begin rdoc
+
+= rbot main executable
+
+Usage:
+
+  % rbot [options] [config directory]
+
+== Options
+
+[-h, --help]
+    display a help message and exit
+[-v, --version]
+    display version information and exit
+[-d, --debug]
+    enable debug messages
+[-l, --loglevel _level_]
+    sets the minimum log level verbosity
+[-b, --background]
+    background (daemonize) the bot
+[-p, --pidfile _filename_]
+    write the bot pid to _filename_
+
+The default config directory is &lt;tt&gt;~/.rbot&lt;/tt&gt;.
+
+The default pidfile is &lt;tt&gt;&lt;i&gt;botdir&lt;/i&gt;/rbot.pid&lt;/tt&gt;.
+
+The logfile is located at &lt;tt&gt;&lt;i&gt;botdir&lt;/i&gt;/&lt;i&gt;botname&lt;/i&gt;.log&lt;/tt&gt;, and
+the default loglevel is 1 (INFO messages). Possible values for the loglevel
+are 0 (DEBUG), 1 (INFO), 2 (WARN), 3 (ERROR), 4 (FATAL).
+
+Please note that the logfile doesn't contain IRC logs (which are located at
+&lt;tt&gt;&lt;i&gt;botdir&lt;/i&gt;/logs/*&lt;/tt&gt;, but only rbot diagnostic messages.
+
+=end
+
 # Copyright (C) 2002 Tom Gilbert.
 #
 # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -143,8 +179,9 @@ if ($opts[&quot;help&quot;])
   puts &quot;  -h, --help         this message&quot;
   puts &quot;  -v, --version      version information&quot;
   puts &quot;  -d, --debug        enable debug messages&quot;
+  puts &quot;  -l, --loglevel     sets the log level verbosity&quot;
   puts &quot;  -b, --background   background (daemonize) the bot&quot;
-  puts &quot;  -p, --pidfile      write the bot pid to this file&quot;
+  puts &quot;  -p, --pidfile      write the bot pid to file&quot;
   puts &quot;config directory defaults to ~/.rbot&quot;
   exit 0
 end</diff>
      <filename>bin/rbot</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,4 @@
 #!/bin/sh
-rdoc -a -i 'lib' --exclude 'post-install.rb' --main lib/rbot/ircbot.rb -o doc lib bin/rbot
+rm -rf doc
+rdoc -a -i 'lib' --exclude 'post-install.rb' --main README --title &quot;rbot - The Ruby IRC bot&quot; -o doc lib bin/rbot README
 </diff>
      <filename>docgen</filename>
    </modified>
    <modified>
      <diff>@@ -4,7 +4,7 @@
 # :title: RFC 2821 Client Protocol module
 #
 # This module defines the Irc::Client class, a class that can handle and
-# dispatch messages based on RFC 2821i (Internet Relay Chat: Client Protocol)
+# dispatch messages based on RFC 2821 (Internet Relay Chat: Client Protocol)
 
 module Irc
   # - The server sends Replies 001 to 004 to a user upon</diff>
      <filename>lib/rbot/rfc2812.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>e2018e5df57ec0b4d0e8c1669ea40cafb893eccd</id>
    </parent>
  </parents>
  <author>
    <name>Giuseppe Bilotta</name>
    <email>giuseppe.bilotta@gmail.com</email>
  </author>
  <url>http://github.com/jsn/rbot/commit/c602a6081007ae1e49a912c13fec0685bb9f9263</url>
  <id>c602a6081007ae1e49a912c13fec0685bb9f9263</id>
  <committed-date>2008-03-10T17:22:44-07:00</committed-date>
  <authored-date>2008-03-10T17:20:42-07:00</authored-date>
  <message>Documentation cleanups

Fix typos, be more rdocish, and use the README as the main file</message>
  <tree>0e40bfb2f3f9ef066be88a20dd9e924c968048d4</tree>
  <committer>
    <name>Giuseppe Bilotta</name>
    <email>giuseppe.bilotta@gmail.com</email>
  </committer>
</commit>
