Function: erc-add-dangerous-host

erc-add-dangerous-host is an autoloaded, interactive and byte-compiled function defined in erc-match.el.gz.

Signature

(erc-add-dangerous-host &optional ARG)

Documentation

Add dangerous-host interactively to erc-dangerous-hosts.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc-match.el.gz
;;;###autoload
(defun erc-add-dangerous-host (&optional arg)
  "Add dangerous-host interactively to `erc-dangerous-hosts'."
  (interactive "P")
  (erc-add-entry-to-list 'erc-dangerous-hosts "Add dangerous-host: " nil arg))