This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit 1cdc9e5aa03ba19e66529bf1bd44442f3ab157fc
tree c9629f038d8720e317cb6e97736d6fe909a266ed
parent cda67a616a570f9946b79cab4f50cc309490b27c
tree c9629f038d8720e317cb6e97736d6fe909a266ed
parent cda67a616a570f9946b79cab4f50cc309490b27c
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
README | ||
| |
scribe.rb | ||
| |
transcript.rb |
README
## Getting Started
Edit ircwatch.rb to list channels you want logged
ruby ircwatch.rb &
ruby irclogs.rb &
Hit up a browser at localhost:4567
## Database Setup
require 'sequel'
DB = Sequel.sqlite('irc.db')
DB << "create table messages (channel varchar(255), nick varchar(255), message text, at timestamp);"








