diff options
| author | Ben Beltran <ben@nsovocal.com> | 2019-03-14 23:10:40 +0100 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2019-03-14 23:10:40 +0100 |
| commit | 483da16cc098deaa4bf75d2d70b833b852c12091 (patch) | |
| tree | 92919841eb417f2ffee36f7157cd6c6b809d2315 /weechat/xfer.conf | |
| parent | d24dc26fdab9e62f120ea232302b754a2dc6d3e8 (diff) | |
Update weechat config
Diffstat (limited to 'weechat/xfer.conf')
| -rw-r--r-- | weechat/xfer.conf | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/weechat/xfer.conf b/weechat/xfer.conf index dffa8e7..fd8b814 100644 --- a/weechat/xfer.conf +++ b/weechat/xfer.conf @@ -1,10 +1,18 @@ # -# xfer.conf -- weechat v0.3.8 +# weechat -- xfer.conf +# +# WARNING: It is NOT recommended to edit this file by hand, +# especially if WeeChat is running. +# +# Use /set or similar command to change settings in WeeChat. +# +# For more info, see: https://weechat.org/doc/quickstart # [look] auto_open_buffer = on progress_bar_size = 20 +pv_tags = "notify_private" [color] status_aborted = lightred @@ -22,12 +30,15 @@ blocksize = 65536 fast_send = on own_ip = "" port_range = "" +send_ack = on speed_limit = 0 timeout = 300 [file] auto_accept_chats = off auto_accept_files = off +auto_accept_nicks = "" +auto_check_crc32 = off auto_rename = on auto_resume = on convert_spaces = on |