INSTALL * Install `ircbot`. * From the SBCL REPL: (ql:quickload :cl-irc) (ql:quickload :cl-postgres) (ql:quickload :postmodern) * Use V to press `logbot` mkdir -p ~/src/logbot cd ~/src/logbot mkdir .wot cd .wot && wget http://trinque.org/trinque.asc && cd .. v.pl init http://trinque.org/src/logbot v.pl press logbot-genesis logbot-genesis.vpatch ln -s ~/src/logbot/logbot-genesis ~/quicklisp/local-projects/logbot * Create a PostgreSQL database with UTF-8 encoding, then load logbot.sql into that database: psql -f logbot.sql mydb