Adding weechat default conifgs
This commit is contained in:
parent
8da9c8b8c6
commit
a0745e2e74
9 changed files with 19 additions and 9 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
#
|
#
|
||||||
# alias.conf -- weechat v0.3.9
|
# alias.conf -- weechat v0.4.0
|
||||||
#
|
#
|
||||||
|
|
||||||
[cmd]
|
[cmd]
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
#
|
#
|
||||||
# irc.conf -- weechat v0.3.9
|
# irc.conf -- weechat v0.4.0
|
||||||
#
|
#
|
||||||
|
|
||||||
[look]
|
[look]
|
||||||
|
|
@ -71,6 +71,7 @@ topic_new = white
|
||||||
topic_old = darkgray
|
topic_old = darkgray
|
||||||
|
|
||||||
[network]
|
[network]
|
||||||
|
alternate_nick = on
|
||||||
autoreconnect_delay_growing = 2
|
autoreconnect_delay_growing = 2
|
||||||
autoreconnect_delay_max = 1800
|
autoreconnect_delay_max = 1800
|
||||||
colors_receive = on
|
colors_receive = on
|
||||||
|
|
@ -82,6 +83,7 @@ lag_refresh_interval = 1
|
||||||
notify_check_ison = 1
|
notify_check_ison = 1
|
||||||
notify_check_whois = 5
|
notify_check_whois = 5
|
||||||
send_unknown_commands = off
|
send_unknown_commands = off
|
||||||
|
whois_double_nick = on
|
||||||
|
|
||||||
[msgbuffer]
|
[msgbuffer]
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
#
|
#
|
||||||
# logger.conf -- weechat v0.3.9
|
# logger.conf -- weechat v0.4.0
|
||||||
#
|
#
|
||||||
|
|
||||||
[look]
|
[look]
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
#
|
#
|
||||||
# plugins.conf -- weechat v0.3.9
|
# plugins.conf -- weechat v0.4.0
|
||||||
#
|
#
|
||||||
|
|
||||||
[var]
|
[var]
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
#
|
#
|
||||||
# relay.conf -- weechat v0.3.9
|
# relay.conf -- weechat v0.4.0
|
||||||
#
|
#
|
||||||
|
|
||||||
[look]
|
[look]
|
||||||
|
|
@ -21,8 +21,16 @@ text_selected = white
|
||||||
allowed_ips = ""
|
allowed_ips = ""
|
||||||
bind_address = ""
|
bind_address = ""
|
||||||
compression_level = 6
|
compression_level = 6
|
||||||
|
ipv6 = on
|
||||||
max_clients = 5
|
max_clients = 5
|
||||||
password = ""
|
password = ""
|
||||||
ssl_cert_key = "%h/ssl/relay.pem"
|
ssl_cert_key = "%h/ssl/relay.pem"
|
||||||
|
|
||||||
|
[irc]
|
||||||
|
backlog_max_minutes = 1440
|
||||||
|
backlog_max_number = 256
|
||||||
|
backlog_since_last_disconnect = on
|
||||||
|
backlog_tags = "irc_privmsg"
|
||||||
|
backlog_time_format = "[%H:%M] "
|
||||||
|
|
||||||
[port]
|
[port]
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
#
|
#
|
||||||
# rmodifier.conf -- weechat v0.3.9
|
# rmodifier.conf -- weechat v0.4.0
|
||||||
#
|
#
|
||||||
|
|
||||||
[look]
|
[look]
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
#
|
#
|
||||||
# script.conf -- weechat v0.3.9
|
# script.conf -- weechat v0.4.0
|
||||||
#
|
#
|
||||||
|
|
||||||
[look]
|
[look]
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
#
|
#
|
||||||
# weechat.conf -- weechat v0.3.9
|
# weechat.conf -- weechat v0.4.0
|
||||||
#
|
#
|
||||||
|
|
||||||
[debug]
|
[debug]
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
#
|
#
|
||||||
# xfer.conf -- weechat v0.3.9
|
# xfer.conf -- weechat v0.4.0
|
||||||
#
|
#
|
||||||
|
|
||||||
[look]
|
[look]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue