Version 0.1.3 of package Rcirc-Sqlite has just been released in GNU ELPA. You can now find it in M-x list-packages RET.
Rcirc-Sqlite describes itself as: ======================= rcirc logging in SQLite ======================= More at https://elpa.gnu.org/packages/rcirc-sqlite.html ## Summary: 1 rcirc-sqlite: rcirc logging in SQLite ═══════════════════════════════════════ Find here the source for `rcirc-sqlite.el', that stores the logging from `rcirc' into a SQLite database. `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. 2 Installation and activation ═════════════════════════════ 2.1 Installation ──────────────── Create a directory for the package. ┌──── │ mkdir ~/.emacs.d/manualpackages └──── At this directory as a load path to your init file: ┌──── │ (add-to-list 'load-path "~/.emacs.d/manualpackages") │ (require 'rcirc-sqlite) └──── ## Recent NEWS: [Not available 🙁]