diff options
Diffstat (limited to 'beinc_server.json')
| -rw-r--r-- | beinc_server.json | 25 |
1 files changed, 14 insertions, 11 deletions
diff --git a/beinc_server.json b/beinc_server.json index 2824dea..46674ed 100644 --- a/beinc_server.json +++ b/beinc_server.json | |||
| @@ -18,27 +18,30 @@ | |||
| 18 | }, | 18 | }, |
| 19 | 19 | ||
| 20 | "irc_client": { | 20 | "irc_client": { |
| 21 | "use_current_buffer": 0, | ||
| 21 | "targets": [ | 22 | "targets": [ |
| 22 | { | 23 | { |
| 23 | "name": "weechat_main", | 24 | "name": "weechat_main", |
| 24 | "target_url": "", | 25 | "target_url": "https://10.0.0.2:9898/push/secondtest", |
| 25 | "target_password": "changeme", | 26 | "target_password": "changeme", |
| 26 | "target_cert_file": "", | 27 | "target_cert_file": "", |
| 27 | "target_timestamp_format": "%H:%M:%S", | 28 | "target_timestamp_format": "%H:%M:%S", |
| 28 | "pm_title_template": "", | 29 | "pm_title_template": "%s @ %S", |
| 29 | "pm_message_template": "", | 30 | "pm_message_template": "%m", |
| 30 | "cm_title_template": "", | 31 | "cm_title_template": "%c @ %S", |
| 31 | "cm_message_template": "", | 32 | "cm_message_template": "%s -> %m", |
| 32 | "nm_title_template": "", | 33 | "nm_title_template": "%c @ %S", |
| 33 | "nm_message_template": "", | 34 | "nm_message_template": "%s -> %m", |
| 34 | "channel_list": ["RedpillLinpro.#python", | 35 | "channel_list": ["RedpillLinpro.#python", |
| 35 | "Exile.#hin", | 36 | "Exile.#test", |
| 36 | "RedpillLinpro.#adult", | 37 | "RedpillLinpro.#adult", |
| 37 | "Exile.#pichove"], | 38 | "Exile.#pichove"], |
| 38 | "nick_list": ["Exile.Blackmore"], | 39 | "nick_list": ["Exile.Blackmore"], |
| 39 | "channel_messages_policy": 0, | 40 | "channel_messages_policy": 2, |
| 40 | "private_messages_policy": 0, | 41 | "private_messages_policy": 1, |
| 41 | "notifications_policy": 0 | 42 | "notifications_policy": 1, |
| 43 | "debug": 1, | ||
| 44 | "enabled": 1 | ||
| 42 | } | 45 | } |
| 43 | ] | 46 | ] |
| 44 | }, | 47 | }, |
