diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2023-06-17 00:45:49 -0700 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2023-06-17 00:45:49 -0700 |
commit | b87c5bb8f2795771d52dc1529ff16aee49cb6d85 (patch) | |
tree | 554225d71e64cc5e3ce9ef68eb0b240645a1e0ba /home/xyz/.config/weechat | |
parent | b856881f67cf6fdbaa4715d6d8d1b0fed993950d (diff) |
update
Diffstat (limited to 'home/xyz/.config/weechat')
-rw-r--r-- | home/xyz/.config/weechat/irc.conf | 2 | ||||
-rw-r--r-- | home/xyz/.config/weechat/matrix.conf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/home/xyz/.config/weechat/irc.conf b/home/xyz/.config/weechat/irc.conf index 28a5999e..46ee75fa 100644 --- a/home/xyz/.config/weechat/irc.conf +++ b/home/xyz/.config/weechat/irc.conf @@ -197,7 +197,7 @@ bitlbee.username bitlbee.realname bitlbee.local_hostname bitlbee.usermode -bitlbee.command = "/msg &bitlbee identify ${sec.data.password}; /query cheogramcom" +bitlbee.command = "/msg &bitlbee identify ${sec.data.bitlbee}; /query cheogramcom" bitlbee.command_delay bitlbee.autojoin bitlbee.autojoin_dynamic diff --git a/home/xyz/.config/weechat/matrix.conf b/home/xyz/.config/weechat/matrix.conf index cdeb2f7d..11bdbc16 100644 --- a/home/xyz/.config/weechat/matrix.conf +++ b/home/xyz/.config/weechat/matrix.conf @@ -62,7 +62,7 @@ matrix_org.port = 443 matrix_org.proxy = "" matrix_org.ssl_verify = on matrix_org.username = "flylightning" -matrix_org.password = "${sec.data.matrix_password}" +matrix_org.password = "${sec.data.matrix_flylightning}" matrix_org.device_name = "Weechat Matrix" matrix_org.autoreconnect_delay = 10 matrix_org.sso_helper_listening_port = 0 |