Update of /project/cl-irc/cvsroot/cl-irc/doc In directory common-lisp.net:/tmp/cvs-serv31776
Modified Files: user-guide.txt Log Message: package rename
Date: Mon Jan 5 09:19:49 2004 Author: eenge
Index: cl-irc/doc/user-guide.txt diff -u cl-irc/doc/user-guide.txt:1.1.1.1 cl-irc/doc/user-guide.txt:1.2 --- cl-irc/doc/user-guide.txt:1.1.1.1 Mon Jan 5 09:13:05 2004 +++ cl-irc/doc/user-guide.txt Mon Jan 5 09:19:49 2004 @@ -1,8 +1,8 @@ -$Id: user-guide.txt,v 1.1.1.1 2004/01/05 14:13:05 eenge Exp $ +$Id: user-guide.txt,v 1.2 2004/01/05 14:19:49 eenge Exp $ $Source: /project/cl-irc/cvsroot/cl-irc/doc/user-guide.txt,v $
-A user's guide to net-nittin-irc. The user is thought of as a Common -Lisp programmer using the library in his own code. +A user's guide to cl-irc. The user is thought of as a Common Lisp +programmer using the library in his own code.
Introduction to IRC
@@ -13,7 +13,7 @@
About this library
- net-nittin-irc is an implementation of the client-side protocol. + cl-irc is an implementation of the client-side protocol. It is not impossible to add the server-side but it has simple not been done yet (and the current authors have no plans of doing so, although patches are certainly welcome). @@ -48,7 +48,7 @@
An example
- * (require :net-nittin-irc) + * (require :cl-irc)
* (in-package :irc)
@@ -74,4 +74,4 @@
Feedback
- Please direct any feedback to net-nittin-irc-devel@common-lisp.net + Please direct any feedback to cl-irc-devel@common-lisp.net