From de23d8fa5e24906ce305c7f71c4a1356c52060bf Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Fri, 11 Jun 2021 01:19:38 -0700 Subject: [oni-circe] Add libera chat settings --- oni-circe.el | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/oni-circe.el b/oni-circe.el index 09bb4e6..feac9be 100644 --- a/oni-circe.el +++ b/oni-circe.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 2021.0208.134003 +;; Version: 2021.0609.215333 ;; Package-Requires: (circe oni-lui circe-serenity) ;; 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") :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-serenity) -- cgit v1.2.3-54-g00ecf