forked from CloudBotIRC/CloudBotLegacy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.default
57 lines (56 loc) · 1.36 KB
/
config.default
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
{
"connections":
[
{
"name": "esper",
"connection": {
"server": "irc.esper.net",
"port": 6667,
"ssl": false,
"ignore_cert": true
},
"nick": "MyCloueqerdBot",
"user": "cloudbot",
"real_name": "CloudBot - http://git.io/cloudbotirc",
"channels": ["#cloudbot", "#cloudbot2"],
"disabled_plugins": [],
"disabled_commands": [],
"acls": {},
"nickserv": {
"nickserv_password": "",
"nickserv_user": ""
},
"permissions": {
"admins": {
"perms": ["adminonly", "addfactoid", "delfactoid", "ignore", "botcontrol", "permissions_users", "op"],
"users": ["[email protected]", "[email protected]"]
},
"moderators": {
"perms": ["addfactoid", "delfactoid", "ignore"],
"users": ["[email protected]"]
}
},
"plugins": {
},
"command_prefix": "."
}
],
"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": "",
"steam_key": ""
},
"disabled_plugins": []
}