ERC

From WikEmacs
Revision as of 18:28, 2 April 2012 by Ccharles (talk | contribs) (moved Erc to ERC)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
ERC
Description IRC in Emacs
Author name of author
Maintainer name of maintainer
Source http://savannah.gnu.org/projects/erc/
Part of Emacs yes, since 22.1

ERC is an Internet Relay Chat (IRC) client built into Emacs.

Basic setup

(eval-after-load "erc"
  '(progn

     ;; Set personal information
     (set 'erc-nick "defaultnick")
     (set 'erc-user-full-name "My Full Name")))

Start ERC using M-x erc or M-x erc-tls if you want to connect over SSL.

Helpful keybindings

Common customization

See also

Project pages