[oni-circe] Add temporary network defaults for Libera Chat
Only until Guix upgrades the available version of Circe, or I’m able to use the master branch.
This commit is contained in:
parent
0d349e09fe
commit
cc07bf0f58
1 changed files with 12 additions and 1 deletions
13
oni-circe.el
13
oni-circe.el
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||||
;; Keywords: local
|
;; Keywords: local
|
||||||
;; Version: 2021.0612.224930
|
;; Version: 2021.0622.231018
|
||||||
;; 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
|
||||||
|
@ -44,6 +44,17 @@ which may be encrypted."
|
||||||
(funcall secret)
|
(funcall secret)
|
||||||
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
|
(add-to-list 'circe-network-options
|
||||||
`("Freenode"
|
`("Freenode"
|
||||||
:nick "ryuslash"
|
:nick "ryuslash"
|
||||||
|
|
Loading…
Reference in a new issue