diff options
-rw-r--r-- | init.el | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/init.el b/init.el index 44d040c..d9a01d1 100644 --- a/init.el +++ b/init.el | |||
@@ -205,20 +205,20 @@ AKA, DO NOT USE THIS FUNCTION!!!" | |||
205 | circe-network-options | 205 | circe-network-options |
206 | `(("Libera Chat" | 206 | `(("Libera Chat" |
207 | :channels ("#emacs" "#systemcrafters" "##webpals") | 207 | :channels ("#emacs" "#systemcrafters" "##webpals") |
208 | :sasl-username circe-default-nick | 208 | :sasl-username ,circe-default-nick |
209 | :sasl-password ,(acdw/make-password-fetcher | 209 | :sasl-password ,(acdw/make-password-fetcher |
210 | :host "libera.chat")) | 210 | :host "libera.chat")) |
211 | ("Tilde Chat" :host "irc.tilde.chat" :port 6697 :use-tls t | 211 | ("Tilde Chat" :host "irc.tilde.chat" :port 6697 :use-tls t |
212 | :channels ("#meta" "#bread" "#dadjokes" "#team") | 212 | :channels ("#meta" "#bread" "#dadjokes" "#team" |
213 | :sasl-username circe-default-nick | 213 | "#emacs") |
214 | :sasl-username ,circe-default-nick | ||
214 | :sasl-password ,(acdw/make-password-fetcher | 215 | :sasl-password ,(acdw/make-password-fetcher |
215 | :host "tilde.chat")) | 216 | :host "tilde.chat")) |
216 | ("Casa" :host "m455.casa" :port 6697 :use-tls t | 217 | ("Casa" :host "m455.casa" :port 6697 :use-tls t |
217 | :channels ("#basement") | 218 | :channels ("#basement") |
218 | :sasl-username circe-default-nick | 219 | :sasl-username ,circe-default-nick |
219 | :sasl-password ,(acdw/make-password-fetcher | 220 | :sasl-password ,(acdw/make-password-fetcher |
220 | :host "m455.casa")) | 221 | :host "m455.casa"))) |
221 | ("Piss" :host "piss.hmm.st" :port 6697 :use-tls t)) | ||
222 | circe-reduce-lurker-spam t | 222 | circe-reduce-lurker-spam t |
223 | circe-server-auto-join-default-type :after-auth) | 223 | circe-server-auto-join-default-type :after-auth) |
224 | 224 | ||