]> git.eshelyaron.com Git - emacs.git/commit
rcirc: Match NickServ messages case-insensitively (Bug#39345)
authorNoam Postavsky <npostavs@gmail.com>
Fri, 13 Mar 2020 01:03:45 +0000 (21:03 -0400)
committerNoam Postavsky <npostavs@gmail.com>
Fri, 13 Mar 2020 01:06:28 +0000 (21:06 -0400)
commit3758ff0f3ad365b7a56c3e63a8d0d5f00f3d5085
tree550b8016f4163f972d3cf3da295c8d073c50069d
parentbbc48b263485c26c6823eabdbbd7e9af62178e34
rcirc: Match NickServ messages case-insensitively (Bug#39345)

Reported by Jake Nelson <jake.nelson@gmail.com>.
* lisp/net/rcirc.el (rcirc-check-auth-status): NickServ will response
will show the nick in the same case used during registration, but
it allows case-insensitive matches when logging in.  Therefore, we
should accept response messages regardless of case.
lisp/net/rcirc.el