1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-26 07:33:47 +00:00

* lisp/erc/erc-services.el: Fix newly-added Libera.Chat entry (bug#48529).

This commit is contained in:
Amin Bandali 2021-05-24 23:25:27 -04:00
parent 3f8b303ec0
commit 86e4d770a8
No known key found for this signature in database
GPG Key ID: 8B44A0CDC7B956F2

View File

@ -197,7 +197,7 @@ Example of use:
(const GalaxyNet) (const GalaxyNet)
(const GRnet) (const GRnet)
(const iip) (const iip)
(const Libera) (const Libera.Chat)
(const OFTC) (const OFTC)
(const QuakeNet) (const QuakeNet)
(const Rizon) (const Rizon)
@ -265,8 +265,8 @@ Example of use:
"type\\s-/squery\\s-Trent\\s-identify\\s-<password>" "type\\s-/squery\\s-Trent\\s-identify\\s-<password>"
"Trent@anon.iip" "Trent@anon.iip"
"IDENTIFY" nil "SQUERY" nil) "IDENTIFY" nil "SQUERY" nil)
(Libera (Libera.Chat
"NickServ!NickServ@services." "NickServ!NickServ@services.libera.chat"
;; Libera.Chat also accepts a password at login, see the `erc' ;; Libera.Chat also accepts a password at login, see the `erc'
;; :password argument. ;; :password argument.
"This\\s-nickname\\s-is\\s-registered.\\s-Please\\s-choose" "This\\s-nickname\\s-is\\s-registered.\\s-Please\\s-choose"