]>
Commit | Line | Data |
---|---|---|
f853d479 BB |
1 | # |
2 | # xfer.conf -- weechat v0.3.8 | |
3 | # | |
4 | ||
5 | [look] | |
6 | auto_open_buffer = on | |
7 | progress_bar_size = 20 | |
8 | ||
9 | [color] | |
10 | status_aborted = lightred | |
11 | status_active = lightblue | |
12 | status_connecting = yellow | |
13 | status_done = lightgreen | |
14 | status_failed = lightred | |
15 | status_waiting = lightcyan | |
16 | text = default | |
17 | text_bg = default | |
18 | text_selected = white | |
19 | ||
20 | [network] | |
21 | blocksize = 65536 | |
22 | fast_send = on | |
23 | own_ip = "" | |
24 | port_range = "" | |
25 | speed_limit = 0 | |
26 | timeout = 300 | |
27 | ||
28 | [file] | |
29 | auto_accept_chats = off | |
30 | auto_accept_files = off | |
31 | auto_rename = on | |
32 | auto_resume = on | |
33 | convert_spaces = on | |
34 | download_path = "%h/xfer" | |
35 | upload_path = "~" | |
36 | use_nick_in_filename = on |