diff --git a/oni-circe.el b/oni-circe.el index b3aa316..fd28564 100644 --- a/oni-circe.el +++ b/oni-circe.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 2021.0612.224930 +;; Version: 2021.0622.231018 ;; Package-Requires: (circe oni-lui circe-serenity) ;; This program is free software; you can redistribute it and/or modify @@ -44,6 +44,17 @@ which may be encrypted." (funcall secret) secret)))))) +(unless (assoc "Libera Chat" circe-network-defaults) + (add-to-list 'circe-network-defaults + '("Libera Chat" :host "irc.libera.chat" :port (6667 . 6697) + :tls t + :nickserv-mask "^NickServ!NickServ@services\\.libera\\.chat$" + :nickserv-identify-challenge "This nickname is registered." + :nickserv-identify-command "PRIVMSG NickServ :IDENTIFY {nick} {password}" + :nickserv-identify-confirmation "^You are now identified for \x02.*\x02\\.$" + :nickserv-ghost-command "PRIVMSG NickServ :GHOST {nick} {password}" + :nickserv-ghost-confirmation "has been ghosted\\.$\\|is not online\\.$"))) + (add-to-list 'circe-network-options `("Freenode" :nick "ryuslash"