about summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-09-13 17:16:48 -0500
committerCase Duckworth2021-09-13 17:16:48 -0500
commitfc131097741c0a66ec2818b7a468d00f4bd23193 (patch)
treee6461e5326df895419bc257651c8725d87a72a4e /init.el
parentAdd pixelfed to non-eww sites (diff)
downloademacs-fc131097741c0a66ec2818b7a468d00f4bd23193.tar.gz
emacs-fc131097741c0a66ec2818b7a468d00f4bd23193.zip
Add pissnet
Diffstat (limited to 'init.el')
-rw-r--r--init.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/init.el b/init.el index 445b360..70d72b4 100644 --- a/init.el +++ b/init.el
@@ -234,6 +234,11 @@ AKA, DO NOT USE THIS FUNCTION!!!"
234 :sasl-username ,circe-default-nick 234 :sasl-username ,circe-default-nick
235 :sasl-password ,(acdw/make-password-fetcher 235 :sasl-password ,(acdw/make-password-fetcher
236 :host "m455.casa")) 236 :host "m455.casa"))
237 ("Pissnet" :host "piss.hmm.st" :port 6697 :use-tls t
238 :channels ("#i-just-peed")
239 :sasl-username ,circe-default-nick
240 :sasl-password ,(acdw/make-password-fetcher
241 :host "piss.hmm.st"))
237 ;; TODO: irc.chat.twitch.tv 242 ;; TODO: irc.chat.twitch.tv
238 ) 243 )
239 circe-reduce-lurker-spam t 244 circe-reduce-lurker-spam t