From 35b1c40c3613c13d4b22e101b9e462a0b10ee65c Mon Sep 17 00:00:00 2001 From: Deniz Dogan Date: Sat, 27 Aug 2011 10:28:46 +0200 Subject: [PATCH] * net/rcirc.el (rcirc-check-auth-status): Adding support for oftc's NickServ messages. --- lisp/ChangeLog | 5 +++++ lisp/net/rcirc.el | 1 + 2 files changed, 6 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b7adbb93126..c5f19a5d1f4 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2011-08-27 Deniz Dogan + + * net/rcirc.el (rcirc-check-auth-status): Adding support for + oftc's NickServ messages. + 2011-08-27 Glenn Morris * saveplace.el (save-place-limit): Make it finite. (Bug#9352) diff --git a/lisp/net/rcirc.el b/lisp/net/rcirc.el index 7d43c4f7547..de2c3adba95 100644 --- a/lisp/net/rcirc.el +++ b/lisp/net/rcirc.el @@ -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 -- 2.39.2