--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/README.rst Sat May 14 18:03:07 2016 +0800
+An XMPP bot that rolls dice and other similar things.
+So far it has been tested (and works) on Python 2.7 and Python 3.5.
+SleekXMPP for the XMPP part, PyYAML for the config parsing part.
+Example file to use with ``--config``:
+ jid: rollbot@example.com
+These options can be overridden on command line, like ``--nick smartbot``.