forked from CloudBotIRC/CloudBotLegacy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig
66 lines (66 loc) · 1.57 KB
/
config
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
{
"connections":
{
"Server Name":
{
"server": "chat.freenode.net",
"nick": "",
"user": "",
"realname": "",
"mode": "",
"nickserv_name": "nickserv",
"nickserv_command": "IDENTIFY",
"nickserv_password": "",
"nickserv_user": "",
"channels": [""],
"invite_join": true,
"auto_rejoin": true,
"command_prefix": "."
}
},
"disabled_plugins": ["brainfuck", "fishbans", "minecraft_bukget", "minecraft_items", "minecraft_ping", "minecraft_status", "minecraft_user", "minecraft_wiki", "valvesounds", "lmgtfy", "tvdb", "spellcheck", "horoscope", "fortune", "attacks", "cypher", "encrypt", "fmylife", "mlia", "newgrounds", "stock", "kernel", "utility", "title", "password"],
"disabled_commands": [],
"acls": {},
"api_keys":
{
"tvdb": "",
"wolframalpha": "",
"lastfm": "",
"rottentomatoes": "",
"soundcloud": "",
"twitter_consumer_key": "",
"twitter_consumer_secret": "",
"twitter_access_token": "",
"twitter_access_secret": "",
"wunderground": "",
"googletranslate": "",
"rdio_key": "",
"rdio_secret": ""
},
"permissions": {
"admins": {
"perms": ["adminonly", "ignore", "botcontrol", "permissions_users", "op"],
"users": ["examplea!user@example.com"]
},
"moderators": {
"perms": ["ignore"],
"users": ["examplec!user@example.com"]
}
},
"plugins":
{
"factoids":
{
"prefix": false
},
"ignore":
{
"ignored": []
}
},
"censored_strings":
[
"mypass",
"mysecret"
]
}