From 77c381da63e5c8307ff3c0ed4f39524e49914996 Mon Sep 17 00:00:00 2001 From: sefidel Date: Sat, 5 Aug 2023 15:09:42 +0900 Subject: feat: update & fix colours --- irc.conf | 43 ++++++++++++++++++++++++------------------- 1 file changed, 24 insertions(+), 19 deletions(-) (limited to 'irc.conf') diff --git a/irc.conf b/irc.conf index 8efd980..6057438 100644 --- a/irc.conf +++ b/irc.conf @@ -6,9 +6,11 @@ # # Use commands like /set or /fset to change settings in WeeChat. # -# For more info, see: https://weechat.org/doc/quickstart/ +# For more info, see: https://weechat.org/doc/weechat/quickstart/ # +config_version = 2 + [look] buffer_open_before_autojoin = on buffer_open_before_join = off @@ -27,6 +29,7 @@ display_ctcp_unknown = on display_extended_join = on display_host_join = on display_host_join_local = on +display_host_notice = on display_host_quit = on display_join_message = "329,332,333,366" display_old_topic = on @@ -70,7 +73,7 @@ smart_filter_mode = "+" smart_filter_nick = on smart_filter_quit = on smart_filter_setname = on -temporary_servers = off +temporary_servers = on topic_strip_colors = off typing_status_nicks = off typing_status_self = off @@ -152,6 +155,7 @@ notify = "" password = "" proxy = "" realname = "" +registered_mode = "r" sasl_fail = reconnect sasl_key = "" sasl_mechanism = plain @@ -159,13 +163,13 @@ sasl_password = "" sasl_timeout = 15 sasl_username = "" split_msg_max_length = 512 -ssl = off -ssl_cert = "" -ssl_dhkey_size = 2048 -ssl_fingerprint = "" -ssl_password = "" -ssl_priorities = "NORMAL:-VERS-SSL3.0" -ssl_verify = on +tls = on +tls_cert = "" +tls_dhkey_size = 2048 +tls_fingerprint = "" +tls_password = "" +tls_priorities = "NORMAL:-VERS-SSL3.0" +tls_verify = on usermode = "" username = "sefidel" @@ -173,13 +177,13 @@ username = "sefidel" soju.addresses = "bouncer.exotic.sh/6697" soju.proxy soju.ipv6 -soju.ssl = on -soju.ssl_cert -soju.ssl_password -soju.ssl_priorities -soju.ssl_dhkey_size -soju.ssl_fingerprint -soju.ssl_verify +soju.tls = on +soju.tls_cert +soju.tls_password +soju.tls_priorities +soju.tls_dhkey_size +soju.tls_fingerprint +soju.tls_verify soju.password = "${sec.data.soju_password}" soju.capabilities soju.sasl_mechanism @@ -191,12 +195,12 @@ soju.sasl_fail soju.autoconnect soju.autoreconnect soju.autoreconnect_delay -soju.nicks +soju.nicks = "sef" soju.nicks_alternate -soju.username = "sef@alpha" +soju.username = "sef" soju.realname soju.local_hostname -soju.usermode +soju.usermode = "" soju.command soju.command_delay soju.autojoin @@ -215,3 +219,4 @@ soju.notify soju.split_msg_max_length soju.charset_message soju.default_chantypes +soju.registered_mode -- cgit 1.4.1