Add WeeChat configuration
This commit is contained in:
parent
5039d7d31e
commit
41b22eb7e4
12 changed files with 826 additions and 0 deletions
29
.weechat/relay.conf
Normal file
29
.weechat/relay.conf
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
#
|
||||
# relay.conf -- weechat v0.3.9.2
|
||||
#
|
||||
|
||||
[look]
|
||||
auto_open_buffer = on
|
||||
raw_messages = 256
|
||||
|
||||
[color]
|
||||
client = cyan
|
||||
status_active = lightblue
|
||||
status_auth_failed = lightred
|
||||
status_connecting = yellow
|
||||
status_disconnected = lightred
|
||||
status_waiting_auth = brown
|
||||
text = default
|
||||
text_bg = default
|
||||
text_selected = white
|
||||
|
||||
[network]
|
||||
allowed_ips = ""
|
||||
bind_address = ""
|
||||
compression_level = 6
|
||||
max_clients = 5
|
||||
password = ""
|
||||
ssl_cert_key = "%h/ssl/relay.pem"
|
||||
|
||||
[port]
|
||||
irc.minbif = 2774
|
||||
Loading…
Add table
Add a link
Reference in a new issue