1
0
Fork 0

[oni-circe] Add libera chat settings

This commit is contained in:
Tom Willemse 2021-06-11 01:19:38 -07:00
parent 5a6ba52a1a
commit de23d8fa5e

View file

@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org> ;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local ;; Keywords: local
;; Version: 2021.0208.134003 ;; Version: 2021.0609.215333
;; Package-Requires: (circe oni-lui circe-serenity) ;; Package-Requires: (circe oni-lui circe-serenity)
;; This program is free software; you can redistribute it and/or modify ;; This program is free software; you can redistribute it and/or modify
@ -69,6 +69,12 @@ which may be encrypted."
:pass ,(oni-circe-get-password-for "irc.twitch.tv") :pass ,(oni-circe-get-password-for "irc.twitch.tv")
:port 6667)) :port 6667))
(add-to-list 'circe-network-options
`("Libera Chat"
:nick "ryuslash"
:channels ("#guix")
:nickserv-password ,(oni-circe-get-password-for "irc.libera.chat")))
(enable-circe-color-nicks) (enable-circe-color-nicks)
(enable-circe-serenity) (enable-circe-serenity)