diff options
| -rw-r--r-- | lisp/erc/erc-services.el | 6 |
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" |