Function: erc--check-prompt-input-for-something

erc--check-prompt-input-for-something is a byte-compiled function defined in erc.el.gz.

Signature

(erc--check-prompt-input-for-something STRING _)

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc.el.gz
(defun erc--check-prompt-input-for-something (string _)
  (when (string-empty-p string)
    (if erc-warn-about-blank-lines
        "Blank line - ignoring..."
      'invalid)))