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
|
{
"server": {
"general": {
"ssl_module": "pyopenssl",
"ssl_private_key": "key.pem",
"ssl_certificate": "cert.crt"
},
"instances": [
{
"name": "test",
"password": "changeme",
"osd_system": "pynotify",
"osd_timeout": 5000,
"queue_size": 4
}
]
},
"irc_client": {
"targets": [
{
"name": "weechat_main",
"target_url": "",
"target_password": "changeme",
"target_cert_file": "",
"target_timestamp_format": "%H:%M:%S",
"pm_title_template": "",
"pm_message_template": "",
"cm_title_template": "",
"cm_message_template": "",
"nm_title_template": "",
"nm_message_template": "",
"channel_list": ["RedpillLinpro.#python",
"Exile.#hin",
"RedpillLinpro.#adult",
"Exile.#pichove"],
"nick_list": ["Exile.Blackmore"],
"channel_messages_policy": 0,
"private_messages_policy": 0,
"notifications_policy": 0
}
]
},
"config_version": 1
}
|