Lisp IRC Bots
There are several IRC bots written in Lisp. Most of them these days are done with the cl-irc library, which handles all of the IRC protocol (including DCC) and presents a very nice CLOS interface.

  • cl-irc examples
    cl-irc comes with two example bots: clhs, a bot which performs hyperspec lookups, and cliki (aka minion on #lisp), an infobot that uses CLiki as a second-level database.
  • lisppaste
    An IRC bot that listens for connections through the web and allows users to paste text into a webform. A link to the webform is then displayed on the selected channel.
  • irc-logger
    A multi-channel logger with web interface.
  • WMBot
    WMBot is a base that connects to the IRC server and responds to PING messages, and a set of modules that can be enabled and disabled while the bot is running. Currently implemented modules include basic logging, basic user management, a command module, and a simple info module, and it is fairly easy to write a new module. There has not been a packaged release in a while, but the svn repository at sourceforge.net has the latest code.
    License: LGPL
  • Lispbot
    "The Lispbot is pretty much what it sounds like. It is an IRC bot written in Common Lisp. It doesn't do things like OPing and kicking flooder, other bots do that just fine. Rather, it provides some structure for other applications that users might want to interact with over IRC. Main feature is "eval" which allows commands to be used in a channel and executed in the main lisp system with the output going back to the channel."
    License: unknown
  • Eval Bot
    Eval Bot is an REPL for IRC channel. It evaluates Common Lisp expressions and sends the values back to the channel. A subset of Common Lisp features is supported.
    License: AGPL3+
  • Colleen
    Colleen is both an IRC bot framework as well as a directly usable bot program, with a plethora of already included modules to provide most of the functionality you might want out of an IRC bot.
    License: Artistic License 2.0
  • botihn
    botihn is an IRC bot that watches Hacker News and forwards the title and url of news articles in irc://irc.libera.chat/#hn usable bot program.
    License: AGPL 3.0
  • botil
    botil is an IRC logger bot. It's not deployed (I'm unsatisfied by the indexing engine).
    License: AGPL 3.0