| ;;;; $Id: package.lisp,v 1.12 2007/02/24 22:15:34 lisppaste Exp $ ;;;; $Source: /project/lisppaste/cvsroot/lisppaste2/package.lisp,v $ ;;;; See the LICENSE file for licensing information. (in-package :cl-user) (eval-when (:execute :load-toplevel :compile-toplevel) (defpackage :lisppaste (:use :cl #+sbcl :sb-bsd-sockets :html-encode :araneida :webutils :ironclad) (:export :start-lisppaste :join-new-irc-channel :start-irc-notification :hup-irc-connection :quit-all-connections :hup-all-connections :shut-up :un-shut-up :irc-say-help :kill-paste :kill-paste-annotations :kill-paste-annotation :display-paste-url :find-paste))) |