]> jfr.im git - irc.git/blame - software/RELEASES/ircservices/achurch.org/services/lists/ircservices-coding/2002/001427.html
init
[irc.git] / software / RELEASES / ircservices / achurch.org / services / lists / ircservices-coding / 2002 / 001427.html
CommitLineData
3bd189cb
JR
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2<HTML>
3 <HEAD>
4 <TITLE> [IRCServices Coding] Bug in NickServ access.
5 </TITLE>
6 <LINK REL="Index" HREF="index.html" >
7 <LINK REL="made" HREF="mailto:ircservices-coding%40ircservices.za.net?Subject=%5BIRCServices%20Coding%5D%20Bug%20in%20NickServ%20access.&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="001428.html">
11 <LINK REL="Next" HREF="001430.html">
12 </HEAD>
13 <BODY BGCOLOR="#ffffff">
14 <H1>[IRCServices Coding] Bug in NickServ access.</H1>
15 <B>Panagiotis Kefalidis</B>
16 <A HREF="mailto:ircservices-coding%40ircservices.za.net?Subject=%5BIRCServices%20Coding%5D%20Bug%20in%20NickServ%20access.&In-Reply-To="
17 TITLE="[IRCServices Coding] Bug in NickServ access.">pkef at hnioxos.ee.auth.gr
18 </A><BR>
19 <I>Fri Sep 13 10:51:46 PDT 2002</I>
20 <P><UL>
21 <LI>Previous message: <A HREF="001428.html">[IRCServices Coding] Bug in NickServ access.
22</A></li>
23 <LI>Next message: <A HREF="001430.html">[IRCServices Coding] Compiler issues
24</A></li>
25 <LI> <B>Messages sorted by:</B>
26 <a href="date.html#1427">[ date ]</a>
27 <a href="thread.html#1427">[ thread ]</a>
28 <a href="subject.html#1427">[ subject ]</a>
29 <a href="author.html#1427">[ author ]</a>
30 </LI>
31 </UL>
32 <HR>
33<!--beginarticle-->
34<PRE>&gt;<i> (Reported to me by <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">Brain at chatspike.net</A>)
35</I>&gt;<i>
36</I>&gt;<i> He found if you attempt to add a host to your nickname access list, that
37</I>&gt;<i> already exists, services returns something like:
38</I>&gt;<i>
39</I>&gt;<i> &quot;Mask ??L?\$! already present on your access list.&quot;
40</I>
41Edit access.c and simple change the &quot;*access&quot; pointer to &quot;mask&quot; on line
4289.It sould look like
43notice_lang(s_NickServ, u, NICK_ACCESS_ALREADY_PRESENT, mask);
44and not
45notice_lang(s_NickServ, u, NICK_ACCESS_ALREADY_PRESENT, *access);
46as it was.
47
48P.S For a reason that i don't know, my last email <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">gizm0 at mail.gr</A> has been
49blocked for spamming!?!?!?(all the mail provider to be honest).So i'm
50going to post all my mails from this address.
51
52 Regards,
53
54 Gizm0.-
55
56
57</PRE>
58
59<!--endarticle-->
60 <HR>
61 <P><UL>
62 <!--threads-->
63 <LI>Previous message: <A HREF="001428.html">[IRCServices Coding] Bug in NickServ access.
64</A></li>
65 <LI>Next message: <A HREF="001430.html">[IRCServices Coding] Compiler issues
66</A></li>
67 <LI> <B>Messages sorted by:</B>
68 <a href="date.html#1427">[ date ]</a>
69 <a href="thread.html#1427">[ thread ]</a>
70 <a href="subject.html#1427">[ subject ]</a>
71 <a href="author.html#1427">[ author ]</a>
72 </LI>
73 </UL>
74
75</body></html>