]> jfr.im git - irc.git/blob - software/!RELEASES/ircservices/achurch.org/services/lists/ircservices-coding/2002/000421.html
RELEASE -> !RELEASE
[irc.git] / software / !RELEASES / ircservices / achurch.org / services / lists / ircservices-coding / 2002 / 000421.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2 <HTML>
3 <HEAD>
4 <TITLE> [IRCServices Coding] Services 5.0a25 - /ns link guestxxxx bug
5 </TITLE>
6 <LINK REL="Index" HREF="index.html" >
7 <LINK REL="made" HREF="mailto:ircservices-coding%40ircservices.za.net?Subject=%5BIRCServices%20Coding%5D%20Services%205.0a25%20-%20/ns%20link%20guestxxxx%20bug&In-Reply-To=">
8 <META NAME="robots" CONTENT="index,nofollow">
9 <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
10 <LINK REL="Previous" HREF="000422.html">
11 <LINK REL="Next" HREF="000423.html">
12 </HEAD>
13 <BODY BGCOLOR="#ffffff">
14 <H1>[IRCServices Coding] Services 5.0a25 - /ns link guestxxxx bug</H1>
15 <B>Mark Hetherington</B>
16 <A HREF="mailto:ircservices-coding%40ircservices.za.net?Subject=%5BIRCServices%20Coding%5D%20Services%205.0a25%20-%20/ns%20link%20guestxxxx%20bug&In-Reply-To="
17 TITLE="[IRCServices Coding] Services 5.0a25 - /ns link guestxxxx bug">mark at ctcp.net
18 </A><BR>
19 <I>Tue Mar 19 14:24:13 PST 2002</I>
20 <P><UL>
21 <LI>Previous message: <A HREF="000422.html">[IRCServices Coding] Services 5.0a25 - ChanServ SENDPASS
22 </A></li>
23 <LI>Next message: <A HREF="000423.html">[IRCServices Coding] need help
24 </A></li>
25 <LI> <B>Messages sorted by:</B>
26 <a href="date.html#421">[ date ]</a>
27 <a href="thread.html#421">[ thread ]</a>
28 <a href="subject.html#421">[ subject ]</a>
29 <a href="author.html#421">[ author ]</a>
30 </LI>
31 </UL>
32 <HR>
33 <!--beginarticle-->
34 <PRE>The bug fix for the guest linking bug appears to be case sensitive meaning
35 that the fix is not 100% effective:
36
37 /ns link Guest666
38 -NickServ- Nickname Guest666 may not be registered.
39
40 /ns link guest666
41 -NickServ- Nick guest666 has been linked to your nick.
42
43 strncmp needs to be strnicmp.
44
45 --
46 Mark.
47
48
49
50 </PRE>
51
52 <!--endarticle-->
53 <HR>
54 <P><UL>
55 <!--threads-->
56 <LI>Previous message: <A HREF="000422.html">[IRCServices Coding] Services 5.0a25 - ChanServ SENDPASS
57 </A></li>
58 <LI>Next message: <A HREF="000423.html">[IRCServices Coding] need help
59 </A></li>
60 <LI> <B>Messages sorted by:</B>
61 <a href="date.html#421">[ date ]</a>
62 <a href="thread.html#421">[ thread ]</a>
63 <a href="subject.html#421">[ subject ]</a>
64 <a href="author.html#421">[ author ]</a>
65 </LI>
66 </UL>
67
68 </body></html>