Releases: Exirel/sopel-8ball
0.5.0: the xnaas update
0.4.1: fixing comma
Yes. This is just that. Fixing a comma. It happens to the best of us.
0.4.0: modern packaging and weeaball
Who doesn't like kaomoji? Not us! So here is the new 8ball: weeaball
.
00:31:50 <@Exirel> .8b weeaboo?
00:31:50 <Sopel> Sopel: Sou desu. (٥⁀▽⁀ )b
Cute, isn't it?
Oh, and now sopel-8ball uses pyproject.toml
, the modern Python packaging format.
0.3.1: punctuation consistency
0.3.0: alias
Thanks to a contributor from the official Sopel channel on IRC, there is now a 8b
alias to the command:
<xnass> .8b Is it a good idea?
<Sopel> xnass: No comment
Now it takes even less effort to get a magical answer.
0.2.0: magic from the abyss
In a twist turn of fate, there are now 3 magic 8 ball style of choices:
- classic: 10 yes, 5 maybe, 5 no
- snarky: a rude version with snarky answers, 5 yes, 5 maybe, 10 no
- spooky: use at your own risk, 5 yes, 10 maybe, 5 no, and here goes your sanity
Have fun!
0.1.1: first release on pypi
This is the first official release of the magic 8 ball plugin for Sopel.
You can install it through pip:
pip install sopel-8ball
Then you can enable it for your bot:
sopel-plugins enable 8ball
And if you want to configure the possible choices:
sopel-plugins configure 8ball
You'll have the choice between the classic 8 ball (10 positive answers, 5 maybe, 5 negative answers) and a snarky one (5 positive answers, 5 maybe, 10 negative answers). Use at your own risk!