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:
parent
22704345f7
commit
1341134620
1 changed files with 1 additions and 0 deletions
|
|
@ -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 "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue