[cl-irc-devel] Re: IRCd 2.11 server replies
Erik Huelsmann
e.huelsmann at gmx.net
Sat Mar 19 17:04:19 UTC 2005
Hi!
Thanks for the patch. Since it's submission, I moved :rpl_bounce from 5 to
10 because that's where it should be. Also, I introduced :rpl_isupport at 5.
I've committed the rest of your patch a few moments ago.
bye,
Erik.
In reply to:
Hello list
cl-irc is missing some server replies from IRCd 2.11
(ftp://ftp.irc.org/irc/server/irc2.11.0.tgz).
Check this patch:
--- variable.lisp.orig 2005-01-22 13:06:38.000000000 +0200
+++ variable.lisp 2005-01-22 13:23:24.000000000 +0200
@@ -34,6 +34,13 @@
(3 :rpl_created)
(4 :rpl_myinfo)
(5 :rpl_bounce)
+ (10 :rpl_bounce) ; From ircd 2.11 source
+ (15 :rpl_map) ; From ircd 2.11 source
+ (17 :rpl_mapend) ; From ircd 2.11 source
+ (18 :rpl_mapstart) ; From ircd 2.11 source
+ (20 :rpl_hello) ; From ircd 2.11 source
+ (42 :rpl_yourid) ; From ircd 2.11 source
+ (43 :rpl_savenick) ; From ircd 2.11 source
(200 :rpl_tracelink)
(201 :rpl_traceconnecting)
(202 :rpl_tracehandshake)
--
Ossi Herrala, OH8HUB
PGP: 0x78CD0337 / D343 F9C4 C739 DFFF F619 6170 8D28 8189 78CD 0337
--
"Happy ProMail" bis 24. März: http://www.gmx.net/de/go/promail
Zum 6. Geburtstag gibt's GMX ProMail jetzt 66 Tage kostenlos!
More information about the cl-irc-devel
mailing list