erc-display-prompt

erc-display-prompt is a compiled Lisp function in `erc.el'.

(erc-display-prompt &optional BUFFER POS PROMPT FACE)

Display PROMPT in BUFFER at position POS.
Display an ERC prompt in BUFFER.

If PROMPT is nil, one is constructed with the function `erc-prompt'.
If BUFFER is nil, the `current-buffer' is used.
If POS is nil, PROMPT will be displayed at `point'.
If FACE is non-nil, it will be used to propertize the prompt. If it is nil,
`erc-prompt-face' will be used.