Skip to content

Commit 99d9c0e

Browse files
committed
Clean up all JSON files to be a consistent format
1 parent eeb6762 commit 99d9c0e

57 files changed

Lines changed: 122120 additions & 122065 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

config.default.json

Lines changed: 120 additions & 120 deletions
Original file line numberDiff line numberDiff line change
@@ -1,124 +1,124 @@
11
{
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": "."
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+
]
6965
}
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-
],
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
66+
},
67+
"plugins": {},
68+
"command_prefix": "."
12369
}
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+
],
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+
}
124124
}

data/bdsm.json

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"uses {toy} on {user}.",
55
"puts {user} {trap}."
66
],
7-
"parts":{
7+
"parts": {
88
"bdsm": [
99
"binds",
1010
"experiments with",
@@ -24,12 +24,11 @@
2424
"defames",
2525
"abuses",
2626
"whips",
27-
"flogs",
27+
"flogs",
2828
"gags"
2929
],
30-
3130
"toy": [
32-
"a blindfold",
31+
"a blindfold",
3332
"a riding crop",
3433
"a wooden spoon",
3534
"a leather flogger",
@@ -41,14 +40,14 @@
4140
"a leather belt",
4241
"an open hand",
4342
"an electrostim device",
44-
"nipple clamps",
45-
"a ball gag",
43+
"nipple clamps",
44+
"a ball gag",
4645
"a violet wand",
4746
"a strap on dildo",
4847
"a cat tail butt plug",
4948
"a pig tail butt plug",
5049
"a fox tail butt plug",
51-
"a pony tail butt plug",
50+
"a pony tail butt plug",
5251
"a butt plug",
5352
"an oversized butt plug",
5453
"an oversized vibrator",
@@ -57,7 +56,7 @@
5756
"an o gag",
5857
"a vibrator"
5958
],
60-
"trap": [
59+
"trap": [
6160
"in chains",
6261
"in vibrating panties",
6362
"in a catgirl outfit",
@@ -79,8 +78,8 @@
7978
"in sexy lingerie",
8079
"in a bondage harness",
8180
"in tall leather boots",
82-
"in a gimp hood",
83-
"in a chastity belt",
81+
"in a gimp hood",
82+
"in a chastity belt",
8483
"in a hobble skirt",
8584
"in a human pony harness",
8685
"in a posture collar",
@@ -92,5 +91,5 @@
9291
"a wizard robe and hat",
9392
"on a Berkley Horse"
9493
]
95-
}
94+
}
9695
}

data/bite.json

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,35 @@
11
{
2-
"templates": [
3-
"{action} {user}'s {bodypart}"
2+
"templates": [
3+
"{action} {user}'s {bodypart}"
4+
],
5+
"parts": {
6+
"action": [
7+
"bites",
8+
"nips",
9+
"nibbles",
10+
"chomps",
11+
"licks",
12+
"teases",
13+
"chews",
14+
"gums",
15+
"tastes"
416
],
5-
"parts": {
6-
"action": [
7-
"bites",
8-
"nips",
9-
"nibbles",
10-
"chomps",
11-
"licks",
12-
"teases",
13-
"chews",
14-
"gums",
15-
"tastes"
16-
],
17-
"bodypart": [
18-
"cheeks",
19-
"ear lobes",
20-
"nipples",
21-
"nose",
22-
"neck",
23-
"toes",
24-
"fingers",
25-
"butt",
26-
"taint",
27-
"thigh",
28-
"grundle",
29-
"tongue",
30-
"calf",
31-
"nurses",
32-
"nape"
33-
]
34-
}
17+
"bodypart": [
18+
"cheeks",
19+
"ear lobes",
20+
"nipples",
21+
"nose",
22+
"neck",
23+
"toes",
24+
"fingers",
25+
"butt",
26+
"taint",
27+
"thigh",
28+
"grundle",
29+
"tongue",
30+
"calf",
31+
"nurses",
32+
"nape"
33+
]
34+
}
3535
}

0 commit comments

Comments
 (0)