Metadata-Version: 2.4
Name: sopel-doubts
Version: 1.1.0
Summary: Press X to doubt.
Author-email: xnaas <me@xnaas.info>
Maintainer-email: dgw <dgw@technobabbl.es>
License-Expression: Unlicense
Project-URL: Homepage, https://github.com/dgw/sopel-doubts
Project-URL: Bug Tracker, https://github.com/dgw/sopel-doubts/issues
Platform: Linux x86, x86-64
Classifier: Development Status :: 5 - Production/Stable
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Communications :: Chat :: Internet Relay Chat
Requires-Python: <4,>=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: sopel>=7.1
Dynamic: license-file

# sopel-doubts

A Sopel plugin letting users "Press X to doubt".

## Installing

```sh
pip install sopel-doubts
```

## Using

Triggers on these characters (case-insensitive):

* X
* Ⓧ
* 𝕏

The X must be the only character on its line, or part of a CTCP ACTION (`/me`)
exactly matching the pattern `presse[ds] X`.

## Credits

This is a continuation of [ActionSack's `sopel-doubts`][asak-doubts-source],
which has been marked as archived and no longer maintained. It maintains the
same license and authorship credits as the original.

CTCP ACTION support is new to this fork.

[//]: # (asak-doubts-source is also used in the NEWS file appended for PyPI)
[asak-doubts-source]: https://git.actionsack.com/xnaas-archived/sopel-doubts

## Changelog

### 1.1.0

Feature release: Added CTCP action support (i.e. `/me presses x`).


### 1.0.1

Bugfix release, adding lowercase `𝕩` as a recognized character.


### 1.0.0

First release of `sopel-doubts` on PyPI.

Repackaging of public domain work from the [ActionSack Git][asak-doubts-source],
where upstream has been marked as archived.

[//]: # (NB: asak-doubts-source is defined in the README.md file)
