-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathproto_config.json
64 lines (64 loc) · 1.63 KB
/
proto_config.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
{
"database": "bot.db",
"telegram": {
"bot_api_key": "bot_id:key_hash",
"api_id": "id",
"api_hash": "hash"
},
"masters": [
123456789
],
"available_languages": [
"en"
],
"donations": {
"service1": "link1",
"service2": "link2"
},
"log_chat": -100123456789,
"channel": {
"id": -100123456789,
"username": "@Username"
},
"delay_log_channel": 10,
"min_flood": 3,
"max_flood": 10,
"min_flood_time": 3,
"max_flood_time": 10,
"min_invites": 1,
"max_invites": 10,
"max_warns": 10,
"max_welcome_members": 10,
"max_flood_msgs_user": 7,
"private_flood_time_window": 2,
"max_flood_cb_qrs_chat": 5,
"max_flood_cb_qrs_user": 5,
"cb_qrs_flood_time_window": 8,
"flood_surveillance_window": 120,
"max_temp_punishment_time": 31622395,
"min_temp_punishment_time": 35,
"text_spam_punishment_length": 2048,
"edited_message_expiration": 20,
"message_expiration": 30,
"max_length_tag_text": 256,
"default_block": 3600,
"default_gban": 86400,
"default_temp_restrict": 86400,
"default_temp_ban": 86400,
"user_max_shitstorms": 2,
"max_shitstorm_before_gban": 2,
"shitstorm_threshold": 10,
"shitstorm_time_window": 60,
"default_cb_qry_flood_wait": 10,
"default_flame_limit": 10,
"max_items_keyboard": 8,
"max_nicknames": 5,
"tmp_dicts_expiration": {
"resolvedObjects": 300,
"kickedPeople": 120,
"invitedPeople": 120,
"staffContacted": 60,
"staffUpdated": 600
},
"max_forbidden_writing_counter": 5
}