From cff535e099a54262de8e00bdba73137f225113f0 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 23 Sep 2018 16:20:58 -0400 Subject: weechat config updates --- weechat/irc.conf | 2 ++ weechat/lua.conf | 14 ++++++++++++++ weechat/xfer.conf | 1 + 3 files changed, 17 insertions(+) create mode 100644 weechat/lua.conf (limited to 'weechat') diff --git a/weechat/irc.conf b/weechat/irc.conf index dc530dc..55871ca 100644 --- a/weechat/irc.conf +++ b/weechat/irc.conf @@ -57,6 +57,7 @@ pv_tags = "notify_private" raw_messages = 256 server_buffer = merge_with_core smart_filter = on +smart_filter_chghost = on smart_filter_delay = 60 smart_filter_join = on smart_filter_join_unmask = 30 @@ -72,6 +73,7 @@ item_channel_modes = darkgray item_lag_counting = default item_lag_finished = yellow item_nick_modes = default +message_chghost = brown message_join = darkgray message_quit = darkgray mirc_remap = "1,-1:darkgray" diff --git a/weechat/lua.conf b/weechat/lua.conf new file mode 100644 index 0000000..fa4966b --- /dev/null +++ b/weechat/lua.conf @@ -0,0 +1,14 @@ +# +# weechat -- lua.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] +check_license = off +eval_keep_context = on diff --git a/weechat/xfer.conf b/weechat/xfer.conf index c7ef602..fd8b814 100644 --- a/weechat/xfer.conf +++ b/weechat/xfer.conf @@ -30,6 +30,7 @@ blocksize = 65536 fast_send = on own_ip = "" port_range = "" +send_ack = on speed_limit = 0 timeout = 300 -- cgit v1.2.3-54-g00ecf