Skip to content

Commit 841f1ad

Browse files
committed
Release 0.4.0.post1 - fix new setting omitted in README
1 parent f35a6dd commit 841f1ad

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

README.md

+11-4
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,25 @@ The easiest way to configure this plugin is via Sopel's built-in wizard:
2222
sopel-plugins configure slap
2323
```
2424

25-
Right now, there is only one option:
25+
Available settings are described below.
2626

27-
* `verbs`: A list of verbs to choose from when slapping people. Overrides the
28-
default list if set.
27+
### The `verbs` option
2928

30-
Probably, the easiest way to make a custom list is to just press Enter twice
29+
`verbs` is a list of verbs to choose from when slapping people. If set, it
30+
overrides the default list.
31+
32+
Probably the easiest way to make a custom list is to just press Enter twice
3133
when the config wizard asks for a list of verbs, which will add the default
3234
list to your bot's `.cfg` file. Then you can use your favorite text editor.
3335

3436
_(We're aware that Sopel's wizard doesn't have great UX when it comes to
3537
entering lists. It'll get worked on someday, probably.)_
3638

39+
### The `reflexive` option
40+
41+
`reflexive` is the pronoun the bot uses when someone with authorization does
42+
`.slap BotNick`. By default, this is set to "itself".
43+
3744
## Commands
3845

3946
<dl>

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ namespaces = false
1111

1212
[project]
1313
name = "sopel-slap"
14-
version = "0.4.0"
14+
version = "0.4.0.post1"
1515
description = "Plugin for Sopel that lets users slap each other in fun ways"
1616
keywords = [
1717
"sopel",

0 commit comments

Comments
 (0)