Article · Wikipedia archive · Last revised May 29, 2026

Rcirc

rcirc is an Internet Relay Chat (IRC) client written in Emacs Lisp. It is one of two IRC clients included in GNU Emacs since release 22.1, alongside ERC.

Last revised
May 29, 2026
Read time
≈ 1 min
Length
172 w
Citations
6
Source
rcirc
Original authorRyan Yeske
Stable releasercirc improvements are now released as part of Emacs. [±]
Written inEmacs Lisp
Size149 KB
TypeIRC client
LicenseGPL-3.0-or-later
Websitegnu.org/software/emacs/

rcirc is an Internet Relay Chat (IRC) client written in Emacs Lisp.12 It is one of two IRC clients included in GNU Emacs since release 22.1, alongside ERC.13

Rcirc is "compact, written in a single file of around 4,000 lines of code".1 It allocates separate buffers for each server and channel, and includes tab completion and inbound message timestamps. It allows opening new buffers for composing messages, useful for multiline work. All IRC commands are bound to control-c command shortcuts. Sound alerts are available for private messages and for when a user's nick is mentioned in channel.1

See also

See also

References

References

  1. Stutz, Michael (2007-01-15). "Chat it up in Emacs with IRC modes". Linux.com. Retrieved 2009-10-12.
  2. Ott, Alex. "Emacs: rcirc" (in Russian). Archived from the original on 2009-04-01. Retrieved 2009-10-16.
  3. Stallman, Richard (2007-06-03). "Emacs 22.1 released". info-gnu-emacs (Mailing list). Retrieved 2009-10-16.
External links