]>
Commit | Line | Data |
---|---|---|
f853d479 BB |
1 | # |
2 | # relay.conf -- weechat v0.3.8 | |
3 | # | |
4 | ||
5 | [look] | |
6 | auto_open_buffer = on | |
7 | raw_messages = 256 | |
8 | ||
9 | [color] | |
10 | status_active = lightblue | |
11 | status_auth_failed = lightred | |
12 | status_connecting = yellow | |
13 | status_disconnected = lightred | |
14 | status_waiting_auth = brown | |
15 | text = default | |
16 | text_bg = default | |
17 | text_selected = white | |
18 | ||
19 | [network] | |
20 | allowed_ips = "" | |
21 | bind_address = "" | |
22 | compression_level = 6 | |
23 | max_clients = 5 | |
24 | password = "" | |
25 | ||
26 | [port] |