diff options
Diffstat (limited to '.weechat/irc.conf')
-rw-r--r-- | .weechat/irc.conf | 24 |
1 files changed, 22 insertions, 2 deletions
diff --git a/.weechat/irc.conf b/.weechat/irc.conf index 8e8de99..cc7cba7 100644 --- a/.weechat/irc.conf +++ b/.weechat/irc.conf @@ -4,7 +4,7 @@ # 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. +# Use commands like /set or /fset to change settings in WeeChat. # # For more info, see: https://weechat.org/doc/quickstart # @@ -19,10 +19,12 @@ color_nicks_in_nicklist = off color_nicks_in_server_messages = on color_pv_nick_like_channel = on ctcp_time_format = "%a, %d %b %Y %T %z" +display_account_message = on display_away = local display_ctcp_blocked = on display_ctcp_reply = on display_ctcp_unknown = on +display_extended_join = on display_host_join = on display_host_join_local = on display_host_quit = on @@ -30,6 +32,7 @@ display_join_message = "329,332,333,366" display_old_topic = on display_pv_away_once = on display_pv_back = on +display_pv_warning_address = off highlight_channel = "$nick" highlight_pv = "$nick" highlight_server = "$nick" @@ -57,6 +60,7 @@ pv_tags = "notify_private" raw_messages = 256 server_buffer = merge_with_core smart_filter = on +smart_filter_account = on smart_filter_chghost = on smart_filter_delay = 5 smart_filter_join = on @@ -66,6 +70,8 @@ smart_filter_nick = on smart_filter_quit = on temporary_servers = off topic_strip_colors = off +typing_status_nicks = off +typing_status_self = off [color] input_nick = lightcyan @@ -73,12 +79,18 @@ item_channel_modes = default item_lag_counting = default item_lag_finished = yellow item_nick_modes = default +item_tls_version_deprecated = yellow +item_tls_version_insecure = red +item_tls_version_ok = green +message_account = cyan message_chghost = brown message_join = green +message_kick = red message_quit = red mirc_remap = "1,-1:darkgray" nick_prefixes = "y:lightred;q:lightred;a:lightcyan;o:lightgreen;h:lightmagenta;v:yellow;*:lightblue" notice = green +reason_kick = default reason_quit = default topic_current = default topic_new = white @@ -88,7 +100,6 @@ topic_old = default autoreconnect_delay_growing = 1 autoreconnect_delay_max = 30 ban_mask_default = "*!$ident@$host" -channel_encode = off colors_receive = on colors_send = on lag_check = 60 @@ -121,9 +132,11 @@ autorejoin_delay = 30 away_check = 0 away_check_max_nicks = 25 capabilities = "" +charset_message = message command = "" command_delay = 0 connection_timeout = 60 +default_chantypes = "#&" ipv6 = on local_hostname = "" msg_kick = "" @@ -146,6 +159,7 @@ ssl = off ssl_cert = "" ssl_dhkey_size = 2048 ssl_fingerprint = "" +ssl_password = "" ssl_priorities = "NORMAL:-VERS-SSL3.0" ssl_verify = on usermode = "" @@ -157,6 +171,7 @@ freenode.proxy freenode.ipv6 freenode.ssl = on freenode.ssl_cert +freenode.ssl_password freenode.ssl_priorities freenode.ssl_dhkey_size freenode.ssl_fingerprint @@ -193,11 +208,14 @@ freenode.msg_part freenode.msg_quit freenode.notify freenode.split_msg_max_length +freenode.charset_message +freenode.default_chantypes twitch.addresses = "znc.th73.ovh/7777" twitch.proxy twitch.ipv6 twitch.ssl = on twitch.ssl_cert +twitch.ssl_password twitch.ssl_priorities twitch.ssl_dhkey_size twitch.ssl_fingerprint @@ -234,3 +252,5 @@ twitch.msg_part twitch.msg_quit twitch.notify twitch.split_msg_max_length +twitch.charset_message +twitch.default_chantypes |