diff options
Diffstat (limited to 'home/xyz/.config/weechat/irc.conf')
-rw-r--r-- | home/xyz/.config/weechat/irc.conf | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/home/xyz/.config/weechat/irc.conf b/home/xyz/.config/weechat/irc.conf index f6f4da82..7e99fdf2 100644 --- a/home/xyz/.config/weechat/irc.conf +++ b/home/xyz/.config/weechat/irc.conf @@ -9,7 +9,7 @@ # For more info, see: https://weechat.org/doc/weechat/quickstart/ # -config_version = 3 +config_version = 5 [look] buffer_open_before_autojoin = on @@ -49,6 +49,7 @@ item_nick_modes = on item_nick_prefix = on join_auto_add_chantype = off list_buffer = on +list_buffer_format_export = "${name} (${users}): "${topic}"" list_buffer_scroll_horizontal = 10 list_buffer_sort = "~name2" list_buffer_topic_strip_colors = on @@ -61,6 +62,7 @@ nick_mode = prefix nick_mode_empty = off nicks_hide_password = "nickserv" notice_as_pv = auto +notice_nicks_disable_notify = "chanserv,nickserv" notice_welcome_redirect = on notice_welcome_tags = "" notify_tags_ison = "notify_message" @@ -88,7 +90,6 @@ typing_status_self = off [color] input_nick = lightcyan -item_channel_modes = default item_lag_counting = default item_lag_finished = yellow item_nick_modes = default @@ -141,6 +142,7 @@ addresses = "" anti_flood = 2000 autoconnect = on autojoin = "" +autojoin_delay = 0 autojoin_dynamic = off autoreconnect = on autoreconnect_delay = 10 @@ -154,7 +156,7 @@ command = "" command_delay = 0 connection_timeout = 60 default_chantypes = "#&" -ipv6 = on +ipv6 = auto local_hostname = "" msg_kick = "" msg_part = "WeeChat ${info:version}" @@ -211,8 +213,9 @@ bitlbee.username bitlbee.realname bitlbee.local_hostname bitlbee.usermode -bitlbee.command = "/msg &bitlbee identify ${sec.data.bitlbee}; /query cheogramcom" bitlbee.command_delay +bitlbee.command = "/msg &bitlbee identify ${sec.data.bitlbee}; /query cheogramcom" +bitlbee.autojoin_delay bitlbee.autojoin bitlbee.autojoin_dynamic bitlbee.autorejoin @@ -256,8 +259,9 @@ oftc.username oftc.realname oftc.local_hostname oftc.usermode -oftc.command oftc.command_delay +oftc.command +oftc.autojoin_delay oftc.autojoin oftc.autojoin_dynamic oftc.autorejoin |