From 9bbc43a4557adcfafe75c3970c16c5102bfdf195 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Wed, 1 Sep 2021 17:14:44 -0500 Subject: Add acdw/fetch-password and circe network configuration --- init.el | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) (limited to 'init.el') diff --git a/init.el b/init.el index 3e631fc..d56c33d 100644 --- a/init.el +++ b/init.el @@ -1119,9 +1119,24 @@ like a dumbass." (setq acdw-irc/post-my-nick "-> ") - (setq circe-default-part-message "See You, Space Cowpokes . . ." + (setq circe-default-nick "acdw" + circe-default-part-message "See You, Space Cowpokes . . ." circe-highlight-nick-type 'all - ;; circe-network-options in private.el + circe-network-options + (("Libera Chat" + :channels ("#emacs" "#systemcrafters" "##webpals") + :sasl-username "acdw" + :sasl-password ,(acdw/fetch-password :host "libera.chat")) + ("Tilde Chat" + :channels ("#meta" "#bread" "#dadjokes" "#team") + :host "irc.tilde.chat" :port 6697 :use-tls t + :sasl-username "acdw" + :sasl-password ,(acdw/fetch-password :host "tilde.chat")) + ("Casa" + :channels ("#basement") + :host "m455.casa" :port 6697 :use-tls t + :sasl-username "acdw" + :sasl-password ,(acdw/fetch-password :host "m455.casa"))) circe-reduce-lurker-spam t circe-server-auto-join-default-type :after-auth) -- cgit 1.4.1-21-gabe81