From c65e06ca25d7ed75712f2141d232795561c90d81 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Mon, 2 Sep 2019 12:27:44 +0100 Subject: [PATCH] weechat: update config --- weechat/relay.conf | 5 +++++ weechat/{aspell.conf => spell.conf} | 2 +- weechat/weechat.conf | 2 ++ weechat/xfer.conf | 3 ++- 4 files changed, 10 insertions(+), 2 deletions(-) rename weechat/{aspell.conf => spell.conf} (96%) diff --git a/weechat/relay.conf b/weechat/relay.conf index ef5619a..f9ab68b 100644 --- a/weechat/relay.conf +++ b/weechat/relay.conf @@ -47,4 +47,9 @@ backlog_since_last_message = off backlog_tags = "irc_privmsg" backlog_time_format = "[%H:%M] " +[weechat] +commands = "" + [port] + +[path] diff --git a/weechat/aspell.conf b/weechat/spell.conf similarity index 96% rename from weechat/aspell.conf rename to weechat/spell.conf index 27b16b8..04ec3a6 100644 --- a/weechat/aspell.conf +++ b/weechat/spell.conf @@ -1,5 +1,5 @@ # -# weechat -- aspell.conf +# weechat -- spell.conf # # WARNING: It is NOT recommended to edit this file by hand, # especially if WeeChat is running. diff --git a/weechat/weechat.conf b/weechat/weechat.conf index 8864280..1a7be38 100644 --- a/weechat/weechat.conf +++ b/weechat/weechat.conf @@ -35,6 +35,7 @@ buffer_search_force_default = off buffer_search_regex = off buffer_search_where = message buffer_time_format = "${color:253}%H:${color:245}%M" +buffer_time_same = "" color_basic_force_bold = off color_inactive_buffer = off color_inactive_message = on @@ -111,6 +112,7 @@ prefix_join = "▬▬▶" prefix_network = "--" prefix_quit = "◀▬▬" prefix_same_nick = "" +prefix_same_nick_middle = "" prefix_suffix = "│" quote_nick_prefix = "<" quote_nick_suffix = ">" diff --git a/weechat/xfer.conf b/weechat/xfer.conf index fd8b814..d1dea52 100644 --- a/weechat/xfer.conf +++ b/weechat/xfer.conf @@ -31,7 +31,8 @@ fast_send = on own_ip = "" port_range = "" send_ack = on -speed_limit = 0 +speed_limit_recv = 0 +speed_limit_send = 0 timeout = 300 [file] -- 2.48.1