rcirc-sqlite

Homepage: https://codeberg.org/mattof/rcirc-sqlite

Author: Matto Fransen

Updated:

Summary

Rcirc logging in SQLite

Commentary

Stores the logging from rcirc into a SQLite database.
rcirc-sqlite overrides the rcirc-log-write function.

rcirc is a default, simple IRC client in Emacs.
rcirc can be enabled to log the IRC chats, it logs to files.
This minor mode, when activated, diverts the rcirc
logs to a SQLite database.

Usage:

To toggle the mode:
  M-x rcirc-sqlite-log-mode
To start rcirc-sqlite automatically in `rcirc', add the following
to your init file:
  (add-hook 'rcirc-mode-hook #'rcirc-sqlite-log-mode)

Full instructions can be found in the rcirc-sqlite info manual.
Evaluate:

  (info "(rcirc-sqlite) Top")

or visit `https://elpa.gnu.org/packages/doc/rcirc-sqlite.html'
for the online manual.

Customization:

To customize various options, including the file to hold the
SQLite database:
  M-x customize-group rcirc-sqlite RET

Dependencies