[oni-circe] Some more channels for Libera
This commit is contained in:
parent
de23d8fa5e
commit
e71157915f
1 changed files with 5 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||||
;; Keywords: local
|
;; Keywords: local
|
||||||
;; Version: 2021.0609.215333
|
;; Version: 2021.0612.220735
|
||||||
;; 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
|
||||||
|
@ -72,7 +72,10 @@ which may be encrypted."
|
||||||
(add-to-list 'circe-network-options
|
(add-to-list 'circe-network-options
|
||||||
`("Libera Chat"
|
`("Libera Chat"
|
||||||
:nick "ryuslash"
|
:nick "ryuslash"
|
||||||
:channels ("#guix")
|
:channels ("#guix"
|
||||||
|
"#org-mode"
|
||||||
|
:after-auth
|
||||||
|
"#emacs")
|
||||||
:nickserv-password ,(oni-circe-get-password-for "irc.libera.chat")))
|
:nickserv-password ,(oni-circe-get-password-for "irc.libera.chat")))
|
||||||
|
|
||||||
(enable-circe-color-nicks)
|
(enable-circe-color-nicks)
|
||||||
|
|
Loading…
Reference in a new issue