diff --git a/weechat/.weechat/relay.conf b/weechat/.weechat/relay.conf index ef5619a..f9ab68b 100644 --- a/weechat/.weechat/relay.conf +++ b/weechat/.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/.weechat/spell.conf b/weechat/.weechat/spell.conf new file mode 100644 index 0000000..04ec3a6 --- /dev/null +++ b/weechat/.weechat/spell.conf @@ -0,0 +1,33 @@ +# +# weechat -- spell.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 +# + +[color] +misspelled = lightred +suggestion = default +suggestion_delimiter_dict = cyan +suggestion_delimiter_word = cyan + +[check] +commands = "ame,amsg,away,command,cycle,kick,kickban,me,msg,notice,part,query,quit,topic" +default_dict = "" +during_search = off +enabled = off +real_time = off +suggestions = -1 +word_min_length = 2 + +[dict] + +[look] +suggestion_delimiter_dict = " / " +suggestion_delimiter_word = "," + +[option] diff --git a/weechat/.weechat/weechat.conf b/weechat/.weechat/weechat.conf index 1be1d5c..250ad68 100644 --- a/weechat/.weechat/weechat.conf +++ b/weechat/.weechat/weechat.conf @@ -35,6 +35,7 @@ buffer_search_force_default = off buffer_search_regex = off buffer_search_where = prefix_message buffer_time_format = "%H:%M:%S" +buffer_time_same = "" color_basic_force_bold = off color_inactive_buffer = on 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/.weechat/xfer.conf b/weechat/.weechat/xfer.conf index fd8b814..d1dea52 100644 --- a/weechat/.weechat/xfer.conf +++ b/weechat/.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]