diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2024-02-29 16:10:46 -0800 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2024-02-29 16:10:46 -0800 |
commit | 8c48520b2a2573715c8a6725e3a19863f28194cd (patch) | |
tree | c0f0b917e55028baf39a58237dd671d3c75b3cb4 /home/xyz/.config/weechat/irc.conf | |
parent | 32b6393fa750122eec92401cfbdd3dbe16c8faff (diff) |
update
Diffstat (limited to 'home/xyz/.config/weechat/irc.conf')
-rw-r--r-- | home/xyz/.config/weechat/irc.conf | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/home/xyz/.config/weechat/irc.conf b/home/xyz/.config/weechat/irc.conf index c150d4ee..f6f4da82 100644 --- a/home/xyz/.config/weechat/irc.conf +++ b/home/xyz/.config/weechat/irc.conf @@ -31,6 +31,7 @@ display_host_join = on display_host_join_local = on display_host_notice = on display_host_quit = on +display_host_wallops = on display_join_message = "329,332,333,366" display_old_topic = on display_pv_away_once = on @@ -41,11 +42,13 @@ highlight_channel = "$nick" highlight_pv = "$nick" highlight_server = "$nick" highlight_tags_restrict = "irc_privmsg,irc_notice" +ignore_tag_messages = off item_channel_modes_hide_args = "k" item_display_server = buffer_plugin item_nick_modes = on item_nick_prefix = on join_auto_add_chantype = off +list_buffer = on list_buffer_scroll_horizontal = 10 list_buffer_sort = "~name2" list_buffer_topic_strip_colors = on @@ -105,6 +108,7 @@ nick_prefixes = "y:lightred;q:lightred;a:lightcyan;o:lightgreen;h:lightmagenta;v notice = green reason_kick = default reason_quit = default +term_remap = "0,-1:darkgray" topic_current = default topic_new = white topic_old = default @@ -134,8 +138,7 @@ whois_double_nick = off [server_default] addresses = "" -anti_flood_prio_high = 2 -anti_flood_prio_low = 2 +anti_flood = 2000 autoconnect = on autojoin = "" autojoin_dynamic = off @@ -215,8 +218,7 @@ bitlbee.autojoin_dynamic bitlbee.autorejoin bitlbee.autorejoin_delay bitlbee.connection_timeout -bitlbee.anti_flood_prio_high -bitlbee.anti_flood_prio_low +bitlbee.anti_flood bitlbee.away_check bitlbee.away_check_max_nicks bitlbee.msg_kick @@ -261,8 +263,7 @@ oftc.autojoin_dynamic oftc.autorejoin oftc.autorejoin_delay oftc.connection_timeout -oftc.anti_flood_prio_high -oftc.anti_flood_prio_low +oftc.anti_flood oftc.away_check oftc.away_check_max_nicks oftc.msg_kick |