File tree 2 files changed +12
-5
lines changed
2 files changed +12
-5
lines changed Original file line number Diff line number Diff line change @@ -22,18 +22,25 @@ The easiest way to configure this plugin is via Sopel's built-in wizard:
22
22
sopel-plugins configure slap
23
23
```
24
24
25
- Right now, there is only one option:
25
+ Available settings are described below.
26
26
27
- * ` verbs ` : A list of verbs to choose from when slapping people. Overrides the
28
- default list if set.
27
+ ### The ` verbs ` option
29
28
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
31
33
when the config wizard asks for a list of verbs, which will add the default
32
34
list to your bot's ` .cfg ` file. Then you can use your favorite text editor.
33
35
34
36
_ (We're aware that Sopel's wizard doesn't have great UX when it comes to
35
37
entering lists. It'll get worked on someday, probably.)_
36
38
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
+
37
44
## Commands
38
45
39
46
<dl >
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ namespaces = false
11
11
12
12
[project ]
13
13
name = " sopel-slap"
14
- version = " 0.4.0"
14
+ version = " 0.4.0.post1 "
15
15
description = " Plugin for Sopel that lets users slap each other in fun ways"
16
16
keywords = [
17
17
" sopel" ,
You can’t perform that action at this time.
0 commit comments