Variable: erc-button-nickname-callback-function
erc-button-nickname-callback-function is a variable defined in
erc-button.el.gz.
This variable is obsolete since 30.1; default provides essential functionality
Value
erc-button--perform-nick-popup
Documentation
Escape hatch for users needing a non-standard nick-button callback.
Value should be a function accepting a NICK and any number of
trailing arguments that are as yet unspecified. Runs when
clicking \<mouse-1> or hitting \RET atop a nickname button.
Source Code
;; Defined in /usr/src/emacs/lisp/erc/erc-button.el.gz
(defvar erc-button-nickname-callback-function #'erc-button--perform-nick-popup
"Escape hatch for users needing a non-standard nick-button callback.
Value should be a function accepting a NICK and any number of
trailing arguments that are as yet unspecified. Runs when
clicking \\`<mouse-1>' or hitting \\`RET' atop a nickname button.")