erc-compute-full-name
erc-compute-full-name is a compiled Lisp function in `erc.el
'.
(erc-compute-full-name &optional FULL-NAME)
Return user's full name.
This tries a number of increasingly more default methods until a
non-nil value is found.
- FULL-NAME (the argument passed to this function)
- The `erc-user-full-name' option
- The value of the IRCNAME environment variable
- The result from the `user-full-name' function