Variable: erc-system-name
erc-system-name is a customizable variable defined in erc.el.gz.
Value
nil
Documentation
Use this as the name of your system.
If nil, ERC will call function system-name(var)/system-name(fun) to get this information.
Source Code
;; Defined in /usr/src/emacs/lisp/erc/erc.el.gz
(defcustom erc-system-name nil
"Use this as the name of your system.
If nil, ERC will call function `system-name' to get this information."
:group 'erc
:type '(choice (const :tag "Default system name" nil)
string))