Variable: erc-insert-away-timestamp-function

erc-insert-away-timestamp-function is a customizable variable defined in erc-stamp.el.gz.

Value

erc-insert-timestamp-left-and-right

Documentation

Function to use to insert the away timestamp.

See erc-insert-timestamp-function for details.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc-stamp.el.gz
(defcustom erc-insert-away-timestamp-function
  #'erc-insert-timestamp-left-and-right
  "Function to use to insert the away timestamp.

See `erc-insert-timestamp-function' for details."
  :type '(choice (const :tag "Both sides" erc-insert-timestamp-left-and-right)
		 (const :tag "Right" erc-insert-timestamp-right)
		 (const :tag "Left" erc-insert-timestamp-left)
		 function))