aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmin Bandali2021-05-24 23:25:27 -0400
committerAmin Bandali2021-05-24 23:28:35 -0400
commit86e4d770a833538f3cb711eb42d8fd8d764a4635 (patch)
tree17035dd61d4334813ed5a79984aa378fe83b1712
parent3f8b303ec087ba3d0bd524c7fc8c628ef15a3e4a (diff)
downloademacs-86e4d770a833538f3cb711eb42d8fd8d764a4635.tar.gz
emacs-86e4d770a833538f3cb711eb42d8fd8d764a4635.zip
* lisp/erc/erc-services.el: Fix newly-added Libera.Chat entry (bug#48529).
-rw-r--r--lisp/erc/erc-services.el6
1 files changed, 3 insertions, 3 deletions
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:
197 (const GalaxyNet) 197 (const GalaxyNet)
198 (const GRnet) 198 (const GRnet)
199 (const iip) 199 (const iip)
200 (const Libera) 200 (const Libera.Chat)
201 (const OFTC) 201 (const OFTC)
202 (const QuakeNet) 202 (const QuakeNet)
203 (const Rizon) 203 (const Rizon)
@@ -265,8 +265,8 @@ Example of use:
265 "type\\s-/squery\\s-Trent\\s-identify\\s-<password>" 265 "type\\s-/squery\\s-Trent\\s-identify\\s-<password>"
266 "Trent@anon.iip" 266 "Trent@anon.iip"
267 "IDENTIFY" nil "SQUERY" nil) 267 "IDENTIFY" nil "SQUERY" nil)
268 (Libera 268 (Libera.Chat
269 "NickServ!NickServ@services." 269 "NickServ!NickServ@services.libera.chat"
270 ;; Libera.Chat also accepts a password at login, see the `erc' 270 ;; Libera.Chat also accepts a password at login, see the `erc'
271 ;; :password argument. 271 ;; :password argument.
272 "This\\s-nickname\\s-is\\s-registered.\\s-Please\\s-choose" 272 "This\\s-nickname\\s-is\\s-registered.\\s-Please\\s-choose"