Mercurial > dotfiles
comparison weechat/relay.conf @ 399:133cfc2e5b94
Weechat upgrade and tweaks.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Wed, 09 Aug 2017 22:55:38 -0700 |
parents | 2fab82330263 |
children |
comparison
equal
deleted
inserted
replaced
395:bdca73c16d81 | 399:133cfc2e5b94 |
---|---|
1 # | 1 # |
2 # relay.conf -- weechat v1.1.1 | 2 # weechat -- relay.conf |
3 # | |
4 # WARNING: It is NOT recommended to edit this file by hand, | |
5 # especially if WeeChat is running. | |
6 # | |
7 # Use /set or similar command to change settings in WeeChat. | |
8 # | |
9 # For more info, see: https://weechat.org/doc/quickstart | |
3 # | 10 # |
4 | 11 |
5 [look] | 12 [look] |
6 auto_open_buffer = on | 13 auto_open_buffer = on |
7 raw_messages = 256 | 14 raw_messages = 256 |
16 text = default | 23 text = default |
17 text_bg = default | 24 text_bg = default |
18 text_selected = white | 25 text_selected = white |
19 | 26 |
20 [network] | 27 [network] |
28 allow_empty_password = off | |
21 allowed_ips = "" | 29 allowed_ips = "" |
22 bind_address = "" | 30 bind_address = "" |
23 clients_purge_delay = 0 | 31 clients_purge_delay = 0 |
24 compression_level = 6 | 32 compression_level = 6 |
25 ipv6 = on | 33 ipv6 = on |
31 | 39 |
32 [irc] | 40 [irc] |
33 backlog_max_minutes = 1440 | 41 backlog_max_minutes = 1440 |
34 backlog_max_number = 256 | 42 backlog_max_number = 256 |
35 backlog_since_last_disconnect = on | 43 backlog_since_last_disconnect = on |
44 backlog_since_last_message = off | |
36 backlog_tags = "irc_privmsg" | 45 backlog_tags = "irc_privmsg" |
37 backlog_time_format = "[%H:%M] " | 46 backlog_time_format = "[%H:%M] " |
38 | 47 |
39 [port] | 48 [port] |
40 weechat = 8001 | 49 weechat = 8001 |