(0 . 0)(1 . 10)
58 ;;;; ircbot.asd
59
60 (asdf:defsystem #:ircbot
61 :description "ircbot"
62 :author "Michael Trinque <mike@trinque.org>"
63 :license "http://trilema.com/2015/a-new-software-licensing-paradigm/"
64 :depends-on (#:cl-irc)
65 :components ((:file "package")
66 (:file "ircbot")))
67