16:767c4ae49fc0
Anton Shestakov <av6@dwimlabs.net>, Thu, 19 May 2016 21:08:43 +0800
rollbot: hard to believe, but XEP-0202 plugin is broken, so disable it https://github.com/fritzy/SleekXMPP/issues/412

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