]> git.eshelyaron.com Git - emacs.git/commit
Make erc-cmd-AMSG session local; add /GMSG, /AME and /GME
authorEmanuel Berg <incal@dataswamp.org>
Tue, 23 Jan 2024 13:21:49 +0000 (14:21 +0100)
committerEshel Yaron <me@eshelyaron.com>
Wed, 28 Feb 2024 17:50:22 +0000 (18:50 +0100)
commit9df20ae357643f4403c124f5dfbf0da841df9e24
treebe88770a83548285d8b7cceb164fbd08b511befe
parent66197313754d5b87c385932ed51b59cc1d5d5df7
Make erc-cmd-AMSG session local; add /GMSG, /AME and /GME

* etc/ERC-NEWS: Mention new slash commands.
* lisp/erc/erc.el (erc-cmd-AMSG): Make it consistent with the doc
string by only affecting the current connection.
(erc-cmd-GMSG, erc-cmd-AME, erc-cmd-GME): New IRC slash commands.
* test/lisp/erc/erc-scenarios-misc-commands.el
(erc-scenarios-misc-commands--AMSG-GMSG-AME-GME): New test.
* test/lisp/erc/resources/commands/amsg-barnet.eld: New file.
* test/lisp/erc/resources/commands/amsg-foonet.eld: New file.
(Bug#68401)

(cherry picked from commit 15a140a24664e96620838136640d660f842dfa49)
etc/ERC-NEWS
lisp/erc/erc.el
test/lisp/erc/erc-scenarios-misc-commands.el
test/lisp/erc/resources/commands/amsg-barnet.eld [new file with mode: 0644]
test/lisp/erc/resources/commands/amsg-foonet.eld [new file with mode: 0644]