Function: erc-autojoin-add

erc-autojoin-add is a byte-compiled function defined in erc-join.el.gz.

Signature

(erc-autojoin-add PROC PARSED)

Documentation

Add the channel being joined to erc-autojoin-channels-alist.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc-join.el.gz
(defun erc-autojoin-add (proc parsed)
  "Add the channel being joined to `erc-autojoin-channels-alist'."
  (erc-autojoin--mutate proc parsed nil)
  ;; We must return nil to tell ERC to continue running the other
  ;; functions.
  nil)