Skip to content

Commit

Permalink
Avoid using unprintables
Browse files Browse the repository at this point in the history
  • Loading branch information
wasamasa committed May 26, 2021
1 parent 31ac6ba commit fe73f67
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions circe.el
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ Common options:
:nickserv-mask "^NickServ!NickServ@services\\.$"
:nickserv-identify-challenge "\C-b/msg\\s-NickServ\\s-identify\\s-<password>\C-b"
:nickserv-identify-command "PRIVMSG NickServ :IDENTIFY {nick} {password}"
:nickserv-identify-confirmation "^You are now identified for .*\\.$"
:nickserv-identify-confirmation "^You are now identified for \x02.*\x02\\.$"
:nickserv-ghost-command "PRIVMSG NickServ :GHOST {nick} {password}"
:nickserv-ghost-confirmation "has been ghosted\\.$\\|is not online\\.$"
)
Expand All @@ -206,7 +206,7 @@ Common options:
:nickserv-mask "^NickServ!NickServ@services\\.$"
:nickserv-identify-challenge "\C-b/msg\\s-NickServ\\s-identify\\s-<password>\C-b"
:nickserv-identify-command "PRIVMSG NickServ :IDENTIFY {nick} {password}"
:nickserv-identify-confirmation "^You are now identified for .*\\.$"
:nickserv-identify-confirmation "^You are now identified for \x02.*\x02\\.$"
:nickserv-ghost-command "PRIVMSG NickServ :GHOST {nick} {password}"
:nickserv-ghost-confirmation "has been ghosted\\.$\\|is not online\\.$"
)
Expand All @@ -226,7 +226,7 @@ Common options:
:nickserv-mask "^NickServ!services@services\\.oftc\\.net$"
:nickserv-identify-challenge "This nickname is registered and protected."
:nickserv-identify-command "PRIVMSG NickServ :IDENTIFY {password} {nick}"
:nickserv-identify-confirmation "^You are successfully identified as .*\\.$"
:nickserv-identify-confirmation "^You are successfully identified as \x02.*\x02\\.$"
)
)
"Alist of networks and connection settings.
Expand Down

0 comments on commit fe73f67

Please sign in to comment.