INSTALL * Install and load cl-irc and its dependencies * Install ircbot * Use V to press `trilemabot` mkdir -p ~/src/trilemabot cd ~/src/trilemabot mkdir .wot cd .wot && wget http://lucian.mogosanu.ro/spyked.asc && cd .. v.pl init http://lucian.mogosanu.ro/src/trilemabot/ v.pl press trilemabot-voicer trilemabot-voicer.vpatch * Load `trilemabot` via Quicklisp or directly using ASDF: (dolist (path '("/path/to/ircbot/" "~/src/trilemabot/trilemabot-voicer/")) (pushnew path asdf:*central-registry* :test #'string=)) (asdf:load-system :trilemabot)