Update of /project/cl-irc/cvsroot/cl-irc/example In directory common-lisp.net:/tmp/cvs-serv11520
Modified Files: clhs.lisp cliki.lisp Log Message: s/net-nittin/cl/
Date: Mon Jan 5 09:53:15 2004 Author: bmastenbrook
Index: cl-irc/example/clhs.lisp diff -u cl-irc/example/clhs.lisp:1.1.1.1 cl-irc/example/clhs.lisp:1.2 --- cl-irc/example/clhs.lisp:1.1.1.1 Mon Jan 5 09:13:05 2004 +++ cl-irc/example/clhs.lisp Mon Jan 5 09:53:15 2004 @@ -1,9 +1,9 @@ -;;;; $Id: clhs.lisp,v 1.1.1.1 2004/01/05 14:13:05 eenge Exp $ +;;;; $Id: clhs.lisp,v 1.2 2004/01/05 14:53:15 bmastenbrook Exp $ ;;;; $Source: /project/cl-irc/cvsroot/cl-irc/example/clhs.lisp,v $
-;;;; clhs.lisp - an example IRC bot for net-nittin-irc +;;;; clhs.lisp - an example IRC bot for cl-irc
-;;; clhs is an example IRC bot for net-nittin-irc. It runs on +;;; clhs is an example IRC bot for cl-irc. It runs on ;;; irc.freenode.net in the channels #lisp and #clhs (preferred for ;;; testing). It responds to queries of the form "clhs symbol" for ;;; symbols in the spec, "clhs 3.1.2.1.2.1" for sections, and "clhs @@ -12,7 +12,7 @@ ;;; unpacked. You should also check out Mop_Sym.txt and put it in the ;;; directory where you will be running the bot from.
-;;; To use it, load the net-nittin-irc system, load clhs.lisp, and +;;; To use it, load the cl-irc system, load clhs.lisp, and ;;; invoke (clhs::start-clhs-bot "desirednickname" "desiredserver" ;;; "#channel1" "#channel2" "#channel3" ...)
Index: cl-irc/example/cliki.lisp diff -u cl-irc/example/cliki.lisp:1.1.1.1 cl-irc/example/cliki.lisp:1.2 --- cl-irc/example/cliki.lisp:1.1.1.1 Mon Jan 5 09:13:05 2004 +++ cl-irc/example/cliki.lisp Mon Jan 5 09:53:15 2004 @@ -1,9 +1,9 @@ -;;;; $Id: cliki.lisp,v 1.1.1.1 2004/01/05 14:13:05 eenge Exp $ +;;;; $Id: cliki.lisp,v 1.2 2004/01/05 14:53:15 bmastenbrook Exp $ ;;;; $Source: /project/cl-irc/cvsroot/cl-irc/example/cliki.lisp,v $
;;;; cliki.lisp - CLiki as an infobot; only works on SBCL.
-;;; To use it, load the net-nittin-irc and cl-ppcre systems, load +;;; To use it, load the cl-irc and cl-ppcre systems, load ;;; cliki.lisp, and invoke (cliki::start-cliki-bot "desirednickname" ;;; "desiredserver" "#channel1" "#channel2" "#channel3" ...)