This repository has been archived by the owner on Mar 6, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathexample.toml
117 lines (97 loc) · 1.81 KB
/
example.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
[Bot]
username = ""
password = ""
prefix = ""
nickname = ""
roomname = ""
chunk_limit = 0
debug = true
rainbow = true
restart_on_error = true
restart_attempts = 10
spellcheck_commands = true
[Modules]
enabled = [
"Art",
"Autourl",
"Builtins",
"Debug",
"Chuck",
"Conversion",
"Covid",
"DeathBattle",
"Fun",
"Movie",
"Tokes",
"Urban",
"Wikipedia",
"Wundertime",
"Youtube"
]
[Modules.Art]
[Modules.Autourl]
# escape regex cause tomlkit
use_tor = false
tor_addr = "socks5://127.0.0.1:9050"
pattern = "http.*\\S"
exclusion_char = "!"
ignores = ["jumpin.chat", "tinychat.com\\/room\\/"]
whitelist_mode = false
whitelist = ["youtu(.be|.com)", "wikipedia.org"]
[Modules.Builtins]
[Modules.Chuck]
[Modules.Conversion]
[Modules.Covid]
[Modules.DeathBattle]
[Modules.Debug]
test = "Test Good"
[Modules.Fun]
8ballcustom = []
fancy_dice = true
allow_rate = true
[Modules.Jarvis]
wolframalpha_appid = ""
[Modules.Man]
[Modules.Movie]
api_key = ""
[Modules.Relay]
d_webhookurl = ""
embed_hook = false
[Modules.Tokes]
hourly_420 = true
# these support the :emoji: things
cheers = ["▂▅▇ 🔥 CHEERS 🔥 ▇▅▂"]
pre = [
"packs their bowl",
"is getting ready to toke",
"wants to smoke some green",
"is down to toke",
"torches up"
]
post = [
"lights up",
"blazes",
"bakes",
"hotboxes your nan's bathroom",
"puffs",
"sparks their blunt",
"lights their blunt",
"sparks their joint",
"lights their joint",
"tokes",
"sits this one out",
"gets a shotgun from your mom",
"rips their bong",
"takes a fat dab",
"dabs some reclaim"
]
[Modules.Urban]
blacklist = ["spam"]
[Modules.Webc]
[Modules.Wikipedia]
language = "en"
include_url = true
sentences = 2
[Modules.Wundertime]
[Modules.Youtube]
api_key = ""