IRC Browse is a web service for browsing IRC logs. The IRC Browse site is here.
Add to
Ircbrowse.Types.Import
and open a pull request.
Build:
$ stack install
Create the PostgreSQL database:
$ sudo su postgres --command 'createuser ircbrowse -P'
$ sudo su postgres --command 'createdb ircbrowse -O ircbrowse'
Update the database to the latest migration:
$ stack exec -- ircbrowse ircbrowse.conf --create-version
Run:
$ stack exec -- ircbrowse ircbrowse.conf