forked from stenyak/breakbot
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.json
More file actions
29 lines (29 loc) · 743 Bytes
/
Copy pathconfig.json
File metadata and controls
29 lines (29 loc) · 743 Bytes
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
{
"contacts": {
"34555555530-1321985629@g.us": "#sample_room2",
"34555555373-1352752705@g.us": "#sample_room",
"34555555530": "person2",
"34555555125": "my_bot",
"34555555373": "person1",
"34555555806": "person3",
"34555555565": "person4",
"34555555602": "person5"
},
"wa_logins": [
{
"phone": "34555555125",
"password": "JiO[base 64 encoded pass]AE="
},
{
"phone": "1234567890",
"password": "JiO[base 64 encoded pass]AE="
}
],
"config": {
"irc_nick": "my_bot",
"irc_server_name": "irc.freenode.net",
"irc_server_port": "6667",
"bot_owner_nick": "person1",
"log_file": "log.txt"
}
}