summaryrefslogtreecommitdiff
path: root/.emacs.d/modules
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/modules')
-rw-r--r--.emacs.d/modules/thanos-chat.el4
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)