]> jfr.im git - irc.git/blob - software/!RELEASES/ircservices/achurch.org/services/lists/ircservices/2000/000988.html
RELEASE -> !RELEASE
[irc.git] / software / !RELEASES / ircservices / achurch.org / services / lists / ircservices / 2000 / 000988.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2 <HTML>
3 <HEAD>
4 <TITLE> [IRCServices] Small bug in list
5 </TITLE>
6 <LINK REL="Index" HREF="index.html" >
7 <LINK REL="made" HREF="mailto:ircservices%40ircservices.za.net?Subject=%5BIRCServices%5D%20Small%20bug%20in%20list&In-Reply-To=NDBBKMLGGLLMFACIBDMKAEGJCGAA.hendrik%40mans.de">
8 <META NAME="robots" CONTENT="index,nofollow">
9 <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
10 <LINK REL="Previous" HREF="000959.html">
11 <LINK REL="Next" HREF="000907.html">
12 </HEAD>
13 <BODY BGCOLOR="#ffffff">
14 <H1>[IRCServices] Small bug in list</H1>
15 <B>dreamer at darkness.gr</B>
16 <A HREF="mailto:ircservices%40ircservices.za.net?Subject=%5BIRCServices%5D%20Small%20bug%20in%20list&In-Reply-To=NDBBKMLGGLLMFACIBDMKAEGJCGAA.hendrik%40mans.de"
17 TITLE="[IRCServices] Small bug in list">dreamer at darkness.gr
18 </A><BR>
19 <I>Sun Nov 12 12:07:54 PST 2000</I>
20 <P><UL>
21 <LI>Previous message: <A HREF="000959.html">[IRCServices] services segfaults -- libc problem? - Addendum
22 </A></li>
23 <LI>Next message: <A HREF="000907.html">[IRCServices] Reloading services config without restarting?
24 </A></li>
25 <LI> <B>Messages sorted by:</B>
26 <a href="date.html#988">[ date ]</a>
27 <a href="thread.html#988">[ thread ]</a>
28 <a href="subject.html#988">[ subject ]</a>
29 <a href="author.html#988">[ author ]</a>
30 </LI>
31 </UL>
32 <HR>
33 <!--beginarticle-->
34 <PRE>Greetings all,
35 Sorry if this is a know, feature.
36 If a user tries to list using the command :
37
38 /msg chanserv access #Channel list NiCkNaMe
39
40 but the username that is looking for , was register in eg, small case
41 letters &quot;nickname&quot; and not &quot;NiCkNaMe&quot; the output will be null.
42 The fix is small just add this line in chanserv.c line number about 3130
43
44 for (i = 0; i &lt; ci-&gt;accesscount; i++) {
45 if (nick &amp;&amp; ci-&gt;access[i].ni
46 &amp;&amp; !match_wild(nick, ci-&gt;access[i].ni-&gt;nick))
47 /* Our Code Goes Here*/
48 if ( !stricmp (nick, ci-&gt;access[i].ni-&gt;nick) == 0
49 ) {
50 continue;
51 /* End Of */
52 }
53 access_list(u, i, ci, &amp;sent_header);
54 }
55
56 Sorry for puting lines of code here i'm not aware at this time, the name
57 of the other list.
58
59 Regards,
60 Nick Krassas
61 <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">ircadmin at darkness.irc.gr</A>
62 Dinos @ irc.gr
63
64
65 ---------------------------------------------------------------
66 To unsubscribe, send email to <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">majordomo at snow.shadowfire.org</A>
67 with &quot;unsubscribe ircservices&quot; in the body, without the quotes.
68
69
70 </PRE>
71
72 <!--endarticle-->
73 <HR>
74 <P><UL>
75 <!--threads-->
76 <LI>Previous message: <A HREF="000959.html">[IRCServices] services segfaults -- libc problem? - Addendum
77 </A></li>
78 <LI>Next message: <A HREF="000907.html">[IRCServices] Reloading services config without restarting?
79 </A></li>
80 <LI> <B>Messages sorted by:</B>
81 <a href="date.html#988">[ date ]</a>
82 <a href="thread.html#988">[ thread ]</a>
83 <a href="subject.html#988">[ subject ]</a>
84 <a href="author.html#988">[ author ]</a>
85 </LI>
86 </UL>
87
88 </body></html>