From 54a9624f7e45996364afb5410020fdebfb077d47 Mon Sep 17 00:00:00 2001 From: "F. Jason Park" Date: Fri, 8 Oct 2021 17:28:39 -0700 Subject: [PATCH] ; * lisp/erc/erc.el: Add ERC version to protocol log --- lisp/erc/erc.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/erc/erc.el b/lisp/erc/erc.el index 3462aa4db0..4a86fa712a 100644 --- a/lisp/erc/erc.el +++ b/lisp/erc/erc.el @@ -2388,6 +2388,7 @@ erc-toggle-debug-irc-protocol (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 " -- 2.31.1