]> git.eshelyaron.com Git - emacs.git/commit
Fix CTCP regression in erc-server-PRIVMSG
authorF. Jason Park <jp@neverwas.me>
Sun, 24 Jul 2022 12:14:24 +0000 (05:14 -0700)
committerF. Jason Park <jp@neverwas.me>
Wed, 27 Jul 2022 12:19:09 +0000 (05:19 -0700)
commit4a5499910a114a5e8a8b41e04397c20dec14935b
tree65b718c5b73985ccb5ef6e10a5af1cfeb4cd9b66
parent69f578e04712616f91080ab26485db9faacb3a70
Fix CTCP regression in erc-server-PRIVMSG

* lisp/erc/erc-backend.el (erc-server-PRIVMSG): Don't create a query
buffer for non-ACTION CTCP messages.

* test/lisp/erc/erc-scenarios-misc.el (erc-scenarios-dcc-chat-accept):
Add test for basic DCC CHAT accept dialog.

* test/lisp/erc/resources/dcc/chat/accept-dcc.eld: New file.
* test/lisp/erc/resources/dcc/chat/accept.eld: New file.
lisp/erc/erc-backend.el
lisp/erc/erc.el
test/lisp/erc/erc-scenarios-misc.el
test/lisp/erc/resources/dcc/chat/accept-dcc.eld [new file with mode: 0644]
test/lisp/erc/resources/dcc/chat/accept.eld [new file with mode: 0644]