-
Notifications
You must be signed in to change notification settings - Fork 1
/
settings.json
67 lines (67 loc) · 1.78 KB
/
settings.json
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
{
"connections":
{
"irc.freenode.net":
{
"port": 6667,
"nickname": "sjBot",
"running": false,
"trigger":
{
"default": ["`"],
"#donationcoder": ["`", "."],
"##monsterhunter": ["!"],
"__botname__": ["!", "`", "."]
},
"default_commands":
{
"##monsterhunter": "mh4u",
"#ahkscript": "ahk",
"#ahk": "ahk",
"#donationcoder": "search"
},
"ignore_suffix": {
"#donationcoder": ["."],
"#ahk": ["r", "n", "d"],
"#ahkscript": ["r", "n", "d"]
},
"channels": ["#Sjc_Bot", "#ahk", "#ahkscript", "#donationcoder", "##monsterhunter"],
"nickserv_password": "PASSWORD_HERE",
"owners":
[
"unaffiliated/sjc1000"
]
},
"localhost":
{
"port": 6667,
"nickname": "sjBot",
"running": true,
"trigger":
{
"default": ["!", "`"]
},
"default_commands":
{
"##monsterhunter": "mh4u"
},
"ignore_suffix": {
"#donationcoder": ["."],
"#ahk": ["r", "n", "d"],
"#ahkscript": ["r", "n", "d"]
},
"channels": ["#Sjc_Bot", "#donationcoder", "##monsterhunter"],
"owners":
[
"steven"
]
}
},
"google_key": "google_key",
"wordnik_key": "wordnik_key",
"kiranico":
{
"mh4u": "cse mh4u key",
"mhx": "cse mhx key"
}
}