SkillAgentSearch skills...

Ircbrowse

An IRC analysis server.

Install / Use

/learn @chrisdone-archive/Ircbrowse
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

ircbrowse

IRC Browse is a web service for browsing IRC logs. The IRC Browse site is here.

Adding a channel

Add to Ircbrowse.Types.Import and open a pull request.

Building & running

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
View on GitHub
GitHub Stars82
CategoryDevelopment
Updated1mo ago
Forks20

Languages

Haskell

Security Score

95/100

Audited on Feb 2, 2026

No findings