Skip to content

Commit

Permalink
Release 0.4.0.post1 - fix new setting omitted in README
Browse files Browse the repository at this point in the history
  • Loading branch information
dgw committed Oct 1, 2024
1 parent f35a6dd commit 841f1ad
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
15 changes: 11 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

<dl>
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 841f1ad

Please sign in to comment.