|
1 | 1 | { |
2 | | - "connections": [ |
3 | | - { |
4 | | - "name": "esper", |
5 | | - "connection": { |
6 | | - "server": "irc.esper.net", |
7 | | - "port": 6667, |
8 | | - "ssl": false, |
9 | | - "ignore_cert": true, |
10 | | - "password": "" |
11 | | - }, |
12 | | - "nick": "MyCloudBot", |
13 | | - "user": "cloudbot", |
14 | | - "avoid_notices": false, |
15 | | - "channels": [ |
16 | | - "#cloudbot", |
17 | | - "#cloudbot2" |
18 | | - ], |
19 | | - "disabled_commands": [], |
20 | | - "acls": {}, |
21 | | - "sasl": { |
22 | | - "enabled": false, |
23 | | - "mechanism": "PLAIN", |
24 | | - "user": "", |
25 | | - "pass": "" |
26 | | - }, |
27 | | - "nickserv": { |
28 | | - "enabled": false, |
29 | | - "nickserv_password": "", |
30 | | - "nickserv_user": "", |
31 | | - "nickserv_name": "nickserv", |
32 | | - "nickserv_command": "IDENTIFY" |
33 | | - }, |
34 | | - "ratelimit": { |
35 | | - "max_tokens": 17.5, |
36 | | - "restore_rate": 2.5, |
37 | | - "message_cost": 5, |
38 | | - "strict": true |
39 | | - }, |
40 | | - "permissions": { |
41 | | - "admins": { |
42 | | - "perms": [ |
43 | | - "addfactoid", |
44 | | - "delfactoid", |
45 | | - "ignore", |
46 | | - "botcontrol", |
47 | | - "plpaste", |
48 | | - "permissions_users", |
49 | | - "op" |
50 | | - ], |
51 | | - "users": [ |
52 | | - |
53 | | - |
54 | | - ] |
55 | | - }, |
56 | | - "moderators": { |
57 | | - "perms": [ |
58 | | - "addfactoid", |
59 | | - "delfactoid", |
60 | | - "ignore" |
61 | | - ], |
62 | | - "users": [ |
63 | | - |
64 | | - ] |
| 2 | + "connections": [ |
| 3 | + { |
| 4 | + "name": "esper", |
| 5 | + "connection": { |
| 6 | + "server": "irc.esper.net", |
| 7 | + "port": 6667, |
| 8 | + "ssl": false, |
| 9 | + "ignore_cert": true, |
| 10 | + "password": "" |
| 11 | + }, |
| 12 | + "nick": "MyCloudBot", |
| 13 | + "user": "cloudbot", |
| 14 | + "avoid_notices": false, |
| 15 | + "channels": [ |
| 16 | + "#cloudbot", |
| 17 | + "#cloudbot2" |
| 18 | + ], |
| 19 | + "disabled_commands": [], |
| 20 | + "acls": {}, |
| 21 | + "sasl": { |
| 22 | + "enabled": false, |
| 23 | + "mechanism": "PLAIN", |
| 24 | + "user": "", |
| 25 | + "pass": "" |
| 26 | + }, |
| 27 | + "nickserv": { |
| 28 | + "enabled": false, |
| 29 | + "nickserv_password": "", |
| 30 | + "nickserv_user": "", |
| 31 | + "nickserv_name": "nickserv", |
| 32 | + "nickserv_command": "IDENTIFY" |
| 33 | + }, |
| 34 | + "ratelimit": { |
| 35 | + "max_tokens": 17.5, |
| 36 | + "restore_rate": 2.5, |
| 37 | + "message_cost": 5, |
| 38 | + "strict": true |
| 39 | + }, |
| 40 | + "permissions": { |
| 41 | + "admins": { |
| 42 | + "perms": [ |
| 43 | + "addfactoid", |
| 44 | + "delfactoid", |
| 45 | + "ignore", |
| 46 | + "botcontrol", |
| 47 | + "plpaste", |
| 48 | + "permissions_users", |
| 49 | + "op" |
| 50 | + ], |
| 51 | + "users": [ |
| 52 | + |
| 53 | + |
| 54 | + ] |
| 55 | + }, |
| 56 | + "moderators": { |
| 57 | + "perms": [ |
| 58 | + "addfactoid", |
| 59 | + "delfactoid", |
| 60 | + "ignore" |
| 61 | + ], |
| 62 | + "users": [ |
| 63 | + |
| 64 | + ] |
| 65 | + } |
| 66 | + }, |
| 67 | + "plugins": {}, |
| 68 | + "command_prefix": "." |
65 | 69 | } |
66 | | - }, |
67 | | - "plugins": {}, |
68 | | - "command_prefix": "." |
69 | | - } |
70 | | - ], |
71 | | - "api_keys": { |
72 | | - "tvdb": "", |
73 | | - "bing_azure": "", |
74 | | - "wolframalpha": "", |
75 | | - "lastfm": "", |
76 | | - "rottentomatoes": "", |
77 | | - "soundcloud": "", |
78 | | - "twitter_consumer_key": "", |
79 | | - "twitter_consumer_secret": "", |
80 | | - "twitter_access_token": "", |
81 | | - "twitter_access_secret": "", |
82 | | - "imgur_client_id": "", |
83 | | - "imgur_client_secret": "", |
84 | | - "spotify_client_id": "", |
85 | | - "spotify_client_secret": "", |
86 | | - "wunderground": "", |
87 | | - "rdio_key": "", |
88 | | - "rdio_secret": "", |
89 | | - "google_dev_key": "", |
90 | | - "google_cse_id": "", |
91 | | - "octopart": "", |
92 | | - "wordnik": "", |
93 | | - "yandex_translate": "", |
94 | | - "lyricsnmusic": "", |
95 | | - "cleverbot": "", |
96 | | - "brewerydb": "" |
97 | | - }, |
98 | | - "database": "sqlite:///cloudbot.db", |
99 | | - "plugin_loading": { |
100 | | - "use_whitelist": false, |
101 | | - "blacklist": [ |
102 | | - "update" |
103 | 70 | ], |
104 | | - "whitelist": [] |
105 | | - }, |
106 | | - "web": { |
107 | | - "enabled": false, |
108 | | - "address": "0.0.0.0", |
109 | | - "port": 8090, |
110 | | - "bot_name": "CloudBot" |
111 | | - }, |
112 | | - "reloading": { |
113 | | - "config_reloading": true, |
114 | | - "plugin_reloading": false |
115 | | - }, |
116 | | - "logging": { |
117 | | - "console_debug": false, |
118 | | - "file_debug": true, |
119 | | - "show_plugin_loading": true, |
120 | | - "show_motd": true, |
121 | | - "show_server_info": true, |
122 | | - "raw_file_log": false |
123 | | - } |
| 71 | + "api_keys": { |
| 72 | + "tvdb": "", |
| 73 | + "bing_azure": "", |
| 74 | + "wolframalpha": "", |
| 75 | + "lastfm": "", |
| 76 | + "rottentomatoes": "", |
| 77 | + "soundcloud": "", |
| 78 | + "twitter_consumer_key": "", |
| 79 | + "twitter_consumer_secret": "", |
| 80 | + "twitter_access_token": "", |
| 81 | + "twitter_access_secret": "", |
| 82 | + "imgur_client_id": "", |
| 83 | + "imgur_client_secret": "", |
| 84 | + "spotify_client_id": "", |
| 85 | + "spotify_client_secret": "", |
| 86 | + "wunderground": "", |
| 87 | + "rdio_key": "", |
| 88 | + "rdio_secret": "", |
| 89 | + "google_dev_key": "", |
| 90 | + "google_cse_id": "", |
| 91 | + "octopart": "", |
| 92 | + "wordnik": "", |
| 93 | + "yandex_translate": "", |
| 94 | + "lyricsnmusic": "", |
| 95 | + "cleverbot": "", |
| 96 | + "brewerydb": "" |
| 97 | + }, |
| 98 | + "database": "sqlite:///cloudbot.db", |
| 99 | + "plugin_loading": { |
| 100 | + "use_whitelist": false, |
| 101 | + "blacklist": [ |
| 102 | + "update" |
| 103 | + ], |
| 104 | + "whitelist": [] |
| 105 | + }, |
| 106 | + "web": { |
| 107 | + "enabled": false, |
| 108 | + "address": "0.0.0.0", |
| 109 | + "port": 8090, |
| 110 | + "bot_name": "CloudBot" |
| 111 | + }, |
| 112 | + "reloading": { |
| 113 | + "config_reloading": true, |
| 114 | + "plugin_reloading": false |
| 115 | + }, |
| 116 | + "logging": { |
| 117 | + "console_debug": false, |
| 118 | + "file_debug": true, |
| 119 | + "show_plugin_loading": true, |
| 120 | + "show_motd": true, |
| 121 | + "show_server_info": true, |
| 122 | + "raw_file_log": false |
| 123 | + } |
124 | 124 | } |
0 commit comments