]> jfr.im git - irc.git/blob - software/!RELEASES/ircservices/achurch.org/services/lists/ircservices-coding/2002/001020.html
RELEASE -> !RELEASE
[irc.git] / software / !RELEASES / ircservices / achurch.org / services / lists / ircservices-coding / 2002 / 001020.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2 <HTML>
3 <HEAD>
4 <TITLE> [IRCServices Coding] G:Lines..
5 </TITLE>
6 <LINK REL="Index" HREF="index.html" >
7 <LINK REL="made" HREF="mailto:ircservices-coding%40ircservices.za.net?Subject=%5BIRCServices%20Coding%5D%20G%3ALines..&In-Reply-To=F71ndgjvM9KfYDovvQ0000014c2%40hotmail.com">
8 <META NAME="robots" CONTENT="index,nofollow">
9 <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
10 <LINK REL="Previous" HREF="001019.html">
11 <LINK REL="Next" HREF="001021.html">
12 </HEAD>
13 <BODY BGCOLOR="#ffffff">
14 <H1>[IRCServices Coding] G:Lines..</H1>
15 <B>Russ Garrett</B>
16 <A HREF="mailto:ircservices-coding%40ircservices.za.net?Subject=%5BIRCServices%20Coding%5D%20G%3ALines..&In-Reply-To=F71ndgjvM9KfYDovvQ0000014c2%40hotmail.com"
17 TITLE="[IRCServices Coding] G:Lines..">rg at tcslon.com
18 </A><BR>
19 <I>Sun Jun 30 01:54:22 PDT 2002</I>
20 <P><UL>
21 <LI>Previous message: <A HREF="001019.html">AW: [IRCServices Coding] G:Lines..
22 </A></li>
23 <LI>Next message: <A HREF="001021.html">[IRCServices Coding] G:Lines..
24 </A></li>
25 <LI> <B>Messages sorted by:</B>
26 <a href="date.html#1020">[ date ]</a>
27 <a href="thread.html#1020">[ thread ]</a>
28 <a href="subject.html#1020">[ subject ]</a>
29 <a href="author.html#1020">[ author ]</a>
30 </LI>
31 </UL>
32 <HR>
33 <!--beginarticle-->
34 <PRE>&gt;<i> I've connected a second IRCServices server to our network, this
35 </I>&gt;<i> is where we
36 </I>&gt;<i> develope modules, yet whenever we add an akill, we find this new server
37 </I>&gt;<i> removes the G:Lines.. is there a way to stop this from happening?
38 </I>
39 There doesn't seem to be a way in the config or anything. You could use a
40 patch like this one I did for someone (for Unreal):
41
42 --- ./unreal.c.old Sun Jun 21 10:49:06 2002
43 +++ ./unreal.c Sun Jun 21 10:50:05 2002
44 @@ -459,12 +459,6 @@
45
46 static void m_tkl(char *source, int ac, char **av)
47 {
48 - /* Clear out any TKL + [GZ] we get; if it's really valid, the
49 - * AKILL/SLINE modules will re-add it for us. */
50 - if (ac &lt; 4 || *av[0] != '+' || (*av[1] != 'G' &amp;&amp; *av[1] != 'Z'))
51 - return;
52 - send_cmd(ServerName, &quot;TKL - %c %s %s %s&quot;,
53 - *av[1], av[2], av[3], ServerName);
54 }
55
56 /*************************************************************************/
57
58
59
60 Russ Garrett
61 <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">russ at garrett.co.uk</A>
62
63
64 </PRE>
65
66 <!--endarticle-->
67 <HR>
68 <P><UL>
69 <!--threads-->
70 <LI>Previous message: <A HREF="001019.html">AW: [IRCServices Coding] G:Lines..
71 </A></li>
72 <LI>Next message: <A HREF="001021.html">[IRCServices Coding] G:Lines..
73 </A></li>
74 <LI> <B>Messages sorted by:</B>
75 <a href="date.html#1020">[ date ]</a>
76 <a href="thread.html#1020">[ thread ]</a>
77 <a href="subject.html#1020">[ subject ]</a>
78 <a href="author.html#1020">[ author ]</a>
79 </LI>
80 </UL>
81
82 </body></html>