]> git.eshelyaron.com Git - emacs.git/commit
Fix rcirc not to interpret nil as nickname (bug#37344)
authorLeo Liu <sdl.web@gmail.com>
Mon, 7 Oct 2019 10:52:33 +0000 (18:52 +0800)
committerLeo Liu <sdl.web@gmail.com>
Mon, 7 Oct 2019 10:52:33 +0000 (18:52 +0800)
commit55dcd32ad2209dc34bfb6b713bf73be9bf4c4cb2
treeca6e3da88abe262789ad53a53065e6b423416fb3
parentbd0f173199c112b2b146e727f80e973e7fc12143
Fix rcirc not to interpret nil as nickname (bug#37344)

* lisp/net/rcirc.el (rcirc-send-privmsg): Type check `target'.
(rcirc-cmd-me): Send CTCP only when `target' exists.
lisp/net/rcirc.el