Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
35b1c40c
Commit
35b1c40c
authored
Aug 27, 2011
by
Deniz Dogan
Browse files
* net/rcirc.el (rcirc-check-auth-status): Adding support for oftc's NickServ messages.
parent
bdcdea66
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/net/rcirc.el
lisp/net/rcirc.el
+1
-0
No files found.
lisp/ChangeLog
View file @
35b1c40c
2011-08-27 Deniz Dogan <deniz@dogan.se>
* net/rcirc.el (rcirc-check-auth-status): Adding support for
oftc's NickServ messages.
2011-08-27 Glenn Morris <rgm@gnu.org>
* saveplace.el (save-place-limit): Make it finite. (Bug#9352)
...
...
lisp/net/rcirc.el
View file @
35b1c40c
...
...
@@ -2514,6 +2514,7 @@ the only argument."
(
member
message
(
list
(
format
"You are now identified for \C-b%s\C-b."
rcirc-nick
)
(
format
"You are successfully identified as \C-b%s\C-b."
rcirc-nick
)
"Password accepted - you are now recognized."
)))
(
and
;; quakenet
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment