]> jfr.im git - irc.git/blame - software/RELEASES/ircservices/achurch.org/services/lists/ircservices/2000/000989.html
rename -> *.git
[irc.git] / software / RELEASES / ircservices / achurch.org / services / lists / ircservices / 2000 / 000989.html
CommitLineData
3bd189cb
JR
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=">
8 <META NAME="robots" CONTENT="index,nofollow">
9 <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
10 <LINK REL="Previous" HREF="000987.html">
11 <LINK REL="Next" HREF="000990.html">
12 </HEAD>
13 <BODY BGCOLOR="#ffffff">
14 <H1>[IRCServices] Small bug in list</H1>
15 <B>&amp;quot</B>
16 <A HREF="mailto:ircservices%40ircservices.za.net?Subject=%5BIRCServices%5D%20Small%20bug%20in%20list&In-Reply-To="
17 TITLE="[IRCServices] Small bug in list">&amp;quot
18 </A><BR>
19 <I>Sun Nov 12 12:31:22 PST 2000</I>
20 <P><UL>
21 <LI>Previous message: <A HREF="000987.html">[IRCServices] IRCnet ircd and IRCservices
22</A></li>
23 <LI>Next message: <A HREF="000990.html">[IRCServices] Session Error
24</A></li>
25 <LI> <B>Messages sorted by:</B>
26 <a href="date.html#989">[ date ]</a>
27 <a href="thread.html#989">[ thread ]</a>
28 <a href="subject.html#989">[ subject ]</a>
29 <a href="author.html#989">[ author ]</a>
30 </LI>
31 </UL>
32 <HR>
33<!--beginarticle-->
34<PRE><A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">ircservices-coding at snow.shadowfire.org</A> for future reference ;)
35
36Dryder
37----- Original Message -----
38From: &lt;<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">dreamer at darkness.gr</A>&gt;
39To: &lt;<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">ircservices at snow.shadowfire.org</A>&gt;
40Sent: Sunday, November 12, 2000 3:07 PM
41Subject: [IRCServices] Small bug in list
42
43
44&gt;<i> Greetings all,
45</I>&gt;<i> Sorry if this is a know, feature.
46</I>&gt;<i> If a user tries to list using the command :
47</I>&gt;<i>
48</I>&gt;<i> /msg chanserv access #Channel list NiCkNaMe
49</I>&gt;<i>
50</I>&gt;<i> but the username that is looking for , was register in eg, small case
51</I>&gt;<i> letters &quot;nickname&quot; and not &quot;NiCkNaMe&quot; the output will be null.
52</I>&gt;<i> The fix is small just add this line in chanserv.c line number about 3130
53</I>&gt;<i>
54</I>&gt;<i> for (i = 0; i &lt; ci-&gt;accesscount; i++) {
55</I>&gt;<i> if (nick &amp;&amp; ci-&gt;access[i].ni
56</I>&gt;<i> &amp;&amp; !match_wild(nick, ci-&gt;access[i].ni-&gt;nick))
57</I>&gt;<i> /* Our Code Goes Here*/
58</I>&gt;<i> if ( !stricmp (nick, ci-&gt;access[i].ni-&gt;nick) == 0
59</I>&gt;<i> ) {
60</I>&gt;<i> continue;
61</I>&gt;<i> /* End Of */
62</I>&gt;<i> }
63</I>&gt;<i> access_list(u, i, ci, &amp;sent_header);
64</I>&gt;<i> }
65</I>&gt;<i>
66</I>&gt;<i> Sorry for puting lines of code here i'm not aware at this time, the name
67</I>&gt;<i> of the other list.
68</I>&gt;<i>
69</I>&gt;<i> Regards,
70</I>&gt;<i> Nick Krassas
71</I>&gt;<i> <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">ircadmin at darkness.irc.gr</A>
72</I>&gt;<i> Dinos @ irc.gr
73</I>&gt;<i>
74</I>&gt;<i>
75</I>&gt;<i> ---------------------------------------------------------------
76</I>&gt;<i> To unsubscribe, send email to <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">majordomo at snow.shadowfire.org</A>
77</I>&gt;<i> with &quot;unsubscribe ircservices&quot; in the body, without the quotes.
78</I>&gt;<i>
79</I>
80
81---------------------------------------------------------------
82To unsubscribe, send email to <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">majordomo at snow.shadowfire.org</A>
83with &quot;unsubscribe ircservices&quot; in the body, without the quotes.
84
85
86</PRE>
87
88<!--endarticle-->
89 <HR>
90 <P><UL>
91 <!--threads-->
92 <LI>Previous message: <A HREF="000987.html">[IRCServices] IRCnet ircd and IRCservices
93</A></li>
94 <LI>Next message: <A HREF="000990.html">[IRCServices] Session Error
95</A></li>
96 <LI> <B>Messages sorted by:</B>
97 <a href="date.html#989">[ date ]</a>
98 <a href="thread.html#989">[ thread ]</a>
99 <a href="subject.html#989">[ subject ]</a>
100 <a href="author.html#989">[ author ]</a>
101 </LI>
102 </UL>
103
104</body></html>