Skip to content

Releases: Exirel/sopel-8ball

0.5.0: the xnaas update

13 Oct 20:03
9a2c60c
Compare
Choose a tag to compare

0.4.1: fixing comma

06 May 14:08
554ee30
Compare
Choose a tag to compare

Yes. This is just that. Fixing a comma. It happens to the best of us.

0.4.0: modern packaging and weeaball

18 Apr 22:44
f831caf
Compare
Choose a tag to compare

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

10 Jul 10:34
5520f4a
Compare
Choose a tag to compare

Thanks to yet another contributor from the official Sopel channel on IRC, the replies have better punctuation now (see #4).

Also, there was an incorrect import used, and it was fixed, thanks to that same contributor (see #3). The import worked, but it wasn't exactly future proof.

0.3.0: alias

20 Jan 17:04
161dc27
Compare
Choose a tag to compare

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

10 Jul 10:36
Compare
Choose a tag to compare

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

09 Jul 16:31
Compare
Choose a tag to compare

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!