(0 . 0)(1 . 22)
5 INSTALL
6
7 * Install and load cl-irc and its dependencies
8
9 * Install ircbot
10
11 * Use V to press `trilemabot`
12
13 mkdir -p ~/src/trilemabot
14 cd ~/src/trilemabot
15
16 mkdir .wot
17 cd .wot && wget http://lucian.mogosanu.ro/spyked.asc && cd ..
18
19 v.pl init http://lucian.mogosanu.ro/src/trilemabot/
20 v.pl press trilemabot-voicer trilemabot-voicer.vpatch
21
22 * Load `trilemabot` via Quicklisp or directly using ASDF:
23
24 (dolist (path '("/path/to/ircbot/" "~/src/trilemabot/trilemabot-voicer/"))
25 (pushnew path asdf:*central-registry* :test #'string=))
26 (asdf:load-system :trilemabot)