]> git.eshelyaron.com Git - emacs.git/commit
Make the erc /ignore command prompt for a timeout
authorLars Ingebrigtsen <larsi@gnus.org>
Wed, 5 Aug 2020 08:27:40 +0000 (10:27 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Wed, 5 Aug 2020 08:27:40 +0000 (10:27 +0200)
commita59296d9984023960453322ff7d664ec79250f7a
treed94a15a3592313d7c9158f85f0a01325353d2adc
parent1f3e2ac4b62e38af2d9424f2a4fcc1515a4c0b30
Make the erc /ignore command prompt for a timeout

* lisp/erc/erc.el (erc--unignore-user): Separate into own function
(bug#40137).
(erc-cmd-IGNORE): Ask if the user wants a timeout.
(erc--read-time-period): New function.
etc/NEWS
lisp/erc/erc.el
test/lisp/erc/erc-tests.el [new file with mode: 0644]