diff options
author | Thanos Apollo <[email protected]> | 2023-09-03 20:02:01 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-09-03 20:02:33 +0300 |
commit | de9f87c817498b0ef35ae24083737eeffff6615c (patch) | |
tree | 45b4431f7c64a77effd098c04e0db94faa9737c0 | |
parent | 79aa91e48573b709b74ab1ead37cf4b322478354 (diff) |
emacs: Update chat pass'
-rw-r--r-- | .emacs.d/modules/thanos-chat.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.emacs.d/modules/thanos-chat.el b/.emacs.d/modules/thanos-chat.el index e4e6445..888c3cd 100644 --- a/.emacs.d/modules/thanos-chat.el +++ b/.emacs.d/modules/thanos-chat.el @@ -54,8 +54,8 @@ menu list)) "Login to liberachat with erc." (interactive) (erc-tls :server "irc.myanonamouse.net" :port 6697 - :nick "Skylosophos" - :user "Skylosophos" + :nick (password-store-get-field "myanonamouse.net/irc" "user") + :user (password-store-get-field "myanonamouse.net/irc" "user") :password (password-store-get "myanonamouse.net/irc"))) (define-key thanos/applications-map (kbd "i") 'erc-libera) |