summaryrefslogtreecommitdiff
path: root/beinc_server.json
diff options
context:
space:
mode:
Diffstat (limited to 'beinc_server.json')
-rw-r--r--beinc_server.json20
1 files changed, 19 insertions, 1 deletions
diff --git a/beinc_server.json b/beinc_server.json
index 8fa042c..0bdcc8a 100644
--- a/beinc_server.json
+++ b/beinc_server.json
@@ -17,7 +17,25 @@
17 ] 17 ]
18 }, 18 },
19 19
20 "client": {}, 20 "irc_client": {
21 "targets": [
22 {
23 "name": "weechat_main",
24 "target_url": "",
25 "target_password": "changeme",
26 "title_template": "",
27 "message_template": "",
28 "channel_list": ["RedpillLinpro.#python",
29 "Exile.#hin",
30 "RedpillLinpro.#adult",
31 "Exile.#pichove"],
32 "nick_list": "",
33 "channel_messages_policy": 0,
34 "private_messages_policy": 0,
35 "notifications_policy": 0
36 }
37 ]
38 },
21 39
22 "config_version": 1 40 "config_version": 1
23 41