18:7cf8ac0d3ebc
Anton Shestakov <av6@dwimlabs.net>, Fri, 03 Jun 2016 11:23:45 +0800
rollbot: only roll things with at least 2 sides and do it at least once

next change 22:5a13f638a6ef
previous change 12:49aec9763d9e

README.rst

Permissions: -rw-r--r--

Other formats: Feeds:
Rollbot
=======
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.
Dependencies
------------
SleekXMPP for the XMPP part, PyYAML for the config parsing part.
Configuration
-------------
Example file to use with ``--config``:
.. code:: yaml
jid: rollbot@example.com
password: hunter2
nick: rollbot
prefix: '!'
These options can be overridden on command line, like ``--nick smartbot``.
License
-------
WTFPL