1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-24 15:22:26 -07:00

Add ERC version to protocol log

* lisp/erc/erc.el (erc-toggle-debug-irc-protocol): Include the erc
version in the debug logs (bug#51107).
This commit is contained in:
F. Jason Park 2021-10-09 14:59:43 +02:00 committed by Lars Ingebrigtsen
parent 22704345f7
commit 1341134620

View file

@ -2388,6 +2388,7 @@ If ARG is non-nil, show the *erc-protocol* buffer."
(let ((inhibit-read-only t)
(msg (list
(concat "Version: " erc-debug-irc-protocol-version)
(concat "ERC-Version: " erc-version)
(concat "Emacs-Version: " emacs-version)
(erc-make-notice
(concat "This buffer displays all IRC protocol "