From: Amin Bandali Date: Tue, 25 May 2021 03:25:27 +0000 (-0400) Subject: * lisp/erc/erc-services.el: Fix newly-added Libera.Chat entry (bug#48529). X-Git-Tag: emacs-28.0.90~2348 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=86e4d770a833538f3cb711eb42d8fd8d764a4635;p=emacs.git * lisp/erc/erc-services.el: Fix newly-added Libera.Chat entry (bug#48529). --- diff --git a/lisp/erc/erc-services.el b/lisp/erc/erc-services.el index 62c9fbdd512..073d1645568 100644 --- a/lisp/erc/erc-services.el +++ b/lisp/erc/erc-services.el @@ -197,7 +197,7 @@ Example of use: (const GalaxyNet) (const GRnet) (const iip) - (const Libera) + (const Libera.Chat) (const OFTC) (const QuakeNet) (const Rizon) @@ -265,8 +265,8 @@ Example of use: "type\\s-/squery\\s-Trent\\s-identify\\s-" "Trent@anon.iip" "IDENTIFY" nil "SQUERY" nil) - (Libera - "NickServ!NickServ@services." + (Libera.Chat + "NickServ!NickServ@services.libera.chat" ;; Libera.Chat also accepts a password at login, see the `erc' ;; :password argument. "This\\s-nickname\\s-is\\s-registered.\\s-Please\\s-choose"