Download:
child 23:48c2c7e345ca
parent 21:4470846e7c0c
22:5a13f638a6ef
Anton Shestakov <av6@dwimlabs.net>, Wed, 06 Jul 2016 15:12:44 +0800
docs: add an example dialog

1 файлов изменено, 6 вставок(+), 1 удалений(-) [+]
README.rst file | annotate | diff | comparison | revisions
--- a/README.rst Mon Jul 04 22:56:48 2016 +0800
+++ b/README.rst Wed Jul 06 15:12:44 2016 +0800
@@ -1,7 +1,12 @@
Rollbot
=======
-An XMPP bot that rolls dice and other similar things.
+An XMPP bot that rolls dice and flips coins::
+
+ > me: roll 4d20
+ < rollbot: (14 + 19 + 15 + 17) = 65
+ > me: flip
+ < rollbot: heads
So far it has been tested (and works) on Python 2.7 and Python 3.5.