Variable: erc-show-my-nick
erc-show-my-nick is a customizable variable defined in erc.el.gz.
Value
t
Documentation
If non-nil, display one's own nickname when sending a message.
If non-nil, "<nickname>" will be shown. If nil, only "> " will be shown.
Source Code
;; Defined in /usr/src/emacs/lisp/erc/erc.el.gz
;; tunable GUI stuff
(defcustom erc-show-my-nick t
"If non-nil, display one's own nickname when sending a message.
If non-nil, \"<nickname>\" will be shown.
If nil, only \"> \" will be shown."
:group 'erc-display
:type 'boolean)