diff options
| author | Paul Eggert | 2018-03-29 17:41:11 -0700 |
|---|---|---|
| committer | Paul Eggert | 2018-03-29 17:43:08 -0700 |
| commit | 20b858ef13f8f71fae6cbce5cdac31c4dd130600 (patch) | |
| tree | 861786941f43a58fa282a5a019d3948904b10a9c /lisp/erc | |
| parent | 00c1f771f2a51ffa675ec5a07ea330f2605cd302 (diff) | |
| download | emacs-20b858ef13f8f71fae6cbce5cdac31c4dd130600.tar.gz emacs-20b858ef13f8f71fae6cbce5cdac31c4dd130600.zip | |
Prefer \... to control chars in .el literals
Diffstat (limited to 'lisp/erc')
| -rw-r--r-- | lisp/erc/erc-services.el | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/erc/erc-services.el b/lisp/erc/erc-services.el index 62201b0e7cf..ac49a3e12ef 100644 --- a/lisp/erc/erc-services.el +++ b/lisp/erc/erc-services.el | |||
| @@ -214,7 +214,7 @@ Example of use: | |||
| 214 | "identify" nil nil nil) | 214 | "identify" nil nil nil) |
| 215 | (Azzurra | 215 | (Azzurra |
| 216 | "NickServ!service@azzurra.org" | 216 | "NickServ!service@azzurra.org" |
| 217 | "/ns\\s-IDENTIFY\\s-password" | 217 | "\^B/ns\\s-IDENTIFY\\s-password\^B" |
| 218 | "NickServ" | 218 | "NickServ" |
| 219 | "IDENTIFY" nil nil nil) | 219 | "IDENTIFY" nil nil nil) |
| 220 | (BitlBee | 220 | (BitlBee |
| @@ -223,7 +223,7 @@ Example of use: | |||
| 223 | "identify" nil nil nil) | 223 | "identify" nil nil nil) |
| 224 | (BRASnet | 224 | (BRASnet |
| 225 | "NickServ!services@brasnet.org" | 225 | "NickServ!services@brasnet.org" |
| 226 | "/NickServ\\s-IDENTIFY\\s-senha" | 226 | "\^B/NickServ\\s-IDENTIFY\\s-\^_senha\^_\^B" |
| 227 | "NickServ" | 227 | "NickServ" |
| 228 | "IDENTIFY" nil "" nil) | 228 | "IDENTIFY" nil "" nil) |
| 229 | (DALnet | 229 | (DALnet |
| @@ -262,7 +262,7 @@ Example of use: | |||
| 262 | nil | 262 | nil |
| 263 | "NickServ" | 263 | "NickServ" |
| 264 | "IDENTIFY" nil nil | 264 | "IDENTIFY" nil nil |
| 265 | "You\\s-are\\s-successfully\\s-identified\\s-as\\s-") | 265 | "You\\s-are\\s-successfully\\s-identified\\s-as\\s-\^B") |
| 266 | (Rizon | 266 | (Rizon |
| 267 | "NickServ!service@rizon.net" | 267 | "NickServ!service@rizon.net" |
| 268 | "This\\s-nickname\\s-is\\s-registered\\s-and\\s-protected." | 268 | "This\\s-nickname\\s-is\\s-registered\\s-and\\s-protected." |
| @@ -275,7 +275,7 @@ Example of use: | |||
| 275 | "auth" t nil nil) | 275 | "auth" t nil nil) |
| 276 | (SlashNET | 276 | (SlashNET |
| 277 | "NickServ!services@services.slashnet.org" | 277 | "NickServ!services@services.slashnet.org" |
| 278 | "/msg\\s-NickServ\\s-IDENTIFY\\s-password" | 278 | "/msg\\s-NickServ\\s-IDENTIFY\\s-\^_password" |
| 279 | "NickServ@services.slashnet.org" | 279 | "NickServ@services.slashnet.org" |
| 280 | "IDENTIFY" nil nil nil)) | 280 | "IDENTIFY" nil nil nil)) |
| 281 | "Alist of NickServer details, sorted by network. | 281 | "Alist of NickServer details, sorted by network. |