/erc-image.el

Fetch and show received images in a ERC buffer

Primary LanguageEmacs Lisp

erc-image.el

Show inlined images (png/jpg/gif/svg) in erc buffers.

Usage

(require 'erc-image)
(add-to-list 'erc-modules 'image)
(erc-update-modules)

Or (require 'erc-image) and M-x customize-option erc-modules RET

This plugin subscribes to hooks erc-insert-modify-hook and erc-send-modify-hook to download and show images.

Credits