[net-nittin-irc-cvs] CVS update: public_html/index.html
Erik Enge
eenge at common-lisp.net
Wed Nov 12 14:51:08 UTC 2003
Update of /project/net-nittin-irc/cvsroot/public_html
In directory common-lisp.net:/tmp/cvs-serv12404
Modified Files:
index.html
Log Message:
oops, only partial DCC support
Date: Wed Nov 12 09:51:08 2003
Author: eenge
Index: public_html/index.html
diff -u public_html/index.html:1.5 public_html/index.html:1.6
--- public_html/index.html:1.5 Tue Nov 11 09:01:50 2003
+++ public_html/index.html Wed Nov 12 09:51:07 2003
@@ -10,8 +10,9 @@
<div class="body">
<p>net-nittin-irc is a Common Lisp IRC client library that
- features DCC, CTCP and all relevant commands from the IRC RFCs
- (<a href="http://www.faqs.org/rfcs/rfc2810.html">RFC2810</a>, <a
+ features (partial) DCC, CTCP and all relevant commands from the
+ IRC RFCs (<a
+ href="http://www.faqs.org/rfcs/rfc2810.html">RFC2810</a>, <a
href="http://www.faqs.org/rfcs/rfc2811.html">RFC2811</a> and <a
href="http://www.faqs.org/rfcs/rfc2812.html">RFC2812</a>). It
uses ASDF and has been tested mostly on SBCL but should work for
@@ -29,7 +30,7 @@
<ul>
<li>implements all commands in the RFCs</li>
<li>extra convenience commands such as op/deop, ban, ignore, etc.</li>
- <li>DCC SEND/CHAT support</li>
+ <li>partial DCC SEND/CHAT support</li>
<li>event driven model with hooks makes interfacing easy</li>
<li>the user can keep multiple connections</li>
<li>all CTCP commands</li>
More information about the Net-nittin-irc-cvs
mailing list