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

/macosx-10.10/emacs-93/emacs/lisp/erc/
H A Derc-join.el0 ;;; erc-join.el --- autojoin channels on connect and reconnects
28 ;; This allows us to customize an `erc-autojoin-channels-alist'. As
36 (require 'erc)
39 (defgroup erc-autojoin nil
41 :group 'erc)
43 ;;;###autoload (autoload 'erc-autojoin
44 (define-erc-module autojoin nil function
[all...]
H A Derc.el0 ;; erc.el --- An Emacs Internet Relay Chat client
38 ;; * http://sv.gnu.org/projects/erc/
42 ;; (http://sv.gnu.org/projects/erc). I invite everyone who wants to
48 ;; Put erc.el in your load-path, and put (require 'erc) in your .emacs.
52 ;; Use M-x customize-group RET erc RET to get an overview
59 ;; M-x erc RET
69 (defconst erc-version-string "Version 5.2"
70 "ERC version. This is used by function `erc-version'.")
76 (require 'erc
82 (defgroup erc nil function
2115 (defun* erc (&key (server (erc-compute-server)) function
[all...]

Completed in 123 milliseconds