cl-irc

MIT

Common Lisp interface to the IRC protocol

$ area51 add cl-ircCopy

Usage

;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(cl-irc:some-function ...)