Searched refs:autojoin (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/emacs-93/emacs/lisp/erc/
H A Derc-join.el1 ;;; erc-join.el --- autojoin channels on connect and reconnects
28 ;; This allows us to customize an `erc-autojoin-channels-alist'. As
39 (defgroup erc-autojoin nil
43 ;;;###autoload (autoload 'erc-autojoin-mode "erc-join" nil t)
44 (define-erc-module autojoin nil function
45 "Makes ERC autojoin on connects and reconnects."
46 ((add-hook 'erc-after-connect 'erc-autojoin-channels)
47 (add-hook 'erc-server-JOIN-functions 'erc-autojoin-add)
48 (add-hook 'erc-server-PART-functions 'erc-autojoin-remove))
49 ((remove-hook 'erc-after-connect 'erc-autojoin
[all...]
H A Derc.el1792 ring autojoin noncommands irccontrols
1818 (const :tag "autojoin: Join channels automatically" autojoin)
1870 ((string= req "erc-autojoin")

Completed in 168 milliseconds