forked from JohnRipper/QuantumJump
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexample.toml
84 lines (67 loc) · 1.44 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
[Bot]
username = ""
password = ""
prefix = ""
nickname = ""
roomname = ""
rainbow = true
restart_on_error = true
restart_attempts = 10
[Modules]
enabled = ["Debug", "Youtube", "DeathBattle", "Chuck", "Man", "Wundertime", "Fun"]
[Modules.Debug]
test = "Test Good"
[Modules.Builtins]
[Modules.Autourl]
# escape regex cause tomlkit
use_tor = true
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.Fun]
8ballcustom = []
fancy_dice = true
allow_rate = true
[Modules.Movie]
api_key = ""
[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"
]
[Modules.Urban]
blacklist = ["spam"]
[Modules.Wikipedia]
language = "en"
include_url = true
sentences = 2
[Modules.Youtube]
api_key = ""
[Modules.DeathBattle]
[Modules.Chuck]
[Modules.Man]
[Modules.Wundertime]