From 841f1ad9f020691654e277589710682904467a78 Mon Sep 17 00:00:00 2001 From: dgw Date: Mon, 30 Sep 2024 22:38:48 -0500 Subject: [PATCH] Release 0.4.0.post1 - fix new setting omitted in README --- README.md | 15 +++++++++++---- pyproject.toml | 2 +- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index fa12988..689ee43 100644 --- a/README.md +++ b/README.md @@ -22,18 +22,25 @@ The easiest way to configure this plugin is via Sopel's built-in wizard: sopel-plugins configure slap ``` -Right now, there is only one option: +Available settings are described below. -* `verbs`: A list of verbs to choose from when slapping people. Overrides the - default list if set. +### The `verbs` option -Probably, the easiest way to make a custom list is to just press Enter twice +`verbs` is a list of verbs to choose from when slapping people. If set, it +overrides the default list. + +Probably the easiest way to make a custom list is to just press Enter twice when the config wizard asks for a list of verbs, which will add the default list to your bot's `.cfg` file. Then you can use your favorite text editor. _(We're aware that Sopel's wizard doesn't have great UX when it comes to entering lists. It'll get worked on someday, probably.)_ +### The `reflexive` option + +`reflexive` is the pronoun the bot uses when someone with authorization does +`.slap BotNick`. By default, this is set to "itself". + ## Commands
diff --git a/pyproject.toml b/pyproject.toml index 7b90a18..5fa2122 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ namespaces = false [project] name = "sopel-slap" -version = "0.4.0" +version = "0.4.0.post1" description = "Plugin for Sopel that lets users slap each other in fun ways" keywords = [ "sopel",