]> jfr.im git - irc.git/blob - software/RELEASES/ircservices/achurch.org/services/lists/ircservices/2000/000918.html
rename -> *.git
[irc.git] / software / RELEASES / ircservices / achurch.org / services / lists / ircservices / 2000 / 000918.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2 <HTML>
3 <HEAD>
4 <TITLE> [IRCServices] umode or services option
5 </TITLE>
6 <LINK REL="Index" HREF="index.html" >
7 <LINK REL="made" HREF="mailto:ircservices%40ircservices.za.net?Subject=%5BIRCServices%5D%20umode%20or%20services%20option&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="000917.html">
11 <LINK REL="Next" HREF="000919.html">
12 </HEAD>
13 <BODY BGCOLOR="#ffffff">
14 <H1>[IRCServices] umode or services option</H1>
15 <B>&amp;quot</B>
16 <A HREF="mailto:ircservices%40ircservices.za.net?Subject=%5BIRCServices%5D%20umode%20or%20services%20option&In-Reply-To="
17 TITLE="[IRCServices] umode or services option">&amp;quot
18 </A><BR>
19 <I>Thu Oct 19 08:32:32 PDT 2000</I>
20 <P><UL>
21 <LI>Previous message: <A HREF="000917.html">[IRCServices] umode or services option
22 </A></li>
23 <LI>Next message: <A HREF="000919.html">[IRCServices] umode or services option
24 </A></li>
25 <LI> <B>Messages sorted by:</B>
26 <a href="date.html#918">[ date ]</a>
27 <a href="thread.html#918">[ thread ]</a>
28 <a href="subject.html#918">[ subject ]</a>
29 <a href="author.html#918">[ author ]</a>
30 </LI>
31 </UL>
32 <HR>
33 <!--beginarticle-->
34 <PRE>Wow, where to begin... lol
35
36 Well, at one point I had to modify 'configure' to compile specifically for
37 Elite (#define IRC_ELITE) as there is an option in the ircd to prevent
38 colors from being sent to the channel (like Bahamut) but is not supported in
39 Dal_4_4_15. I have also kept compatibilty with Andrew's code, in case he
40 might ask to incorporate some of this into the next version of services...
41 (hint, hint!) Actually, the one flag I added in NickServ flags is prolly
42 going to have to change (NI_FORCEID 0x00001000) as I don't know if Andrew
43 has plans to use a flag there or not in future versions... hmmm maybe I need
44 to get with him on this as a request :) I was planning on adding that mlock
45 to Chanserv for +O channels, but haven't done it yet... it's easy enough...
46
47 first add a CMODE_O to the services.h (0x00000800 perhaps?)
48
49 then basically have this code in chanserv.c
50
51 #if defined(IRC_BAHAMUT) || defined(IRC_ELITE)
52 (ci-&gt;mlock_off &amp; CMODE_O) ? &quot;O&quot; : &quot;&quot;,
53 #else
54 &quot;&quot;,
55 #endif
56
57 BTW, here's what I changed in chanserv.c for the color mode:
58
59 #if defined(IRC_BAHAMUT) || defined(IRC_ELITE)
60 #ifdef IRC_BAHAMUT
61 (ci-&gt;mlock_off &amp; CMODE_C) ? &quot;c&quot; : &quot;&quot;,
62 #else
63 (ci-&gt;mlock_off &amp; CMODE_C) ? &quot;x&quot; : &quot;&quot;,
64 #endif
65
66 #else
67 &quot;&quot;,
68 #endif
69
70 There are a few places this needs to be modified, but you get the idea...
71
72
73 David
74
75 ----- Original Message -----
76 From: &quot;Ciar&#225;n Reilly&quot; &lt;<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">Ciaran.Reilly at ntlworld.com</A>&gt;
77 To: &lt;<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">ircservices at snow.shadowfire.org</A>&gt;
78 Sent: Thursday, October 19, 2000 7:48 AM
79 Subject: Re: [IRCServices] umode or services option
80
81
82 &gt;<i> Yeah, I used that umode myself when I was running Elite, it can be quite
83 </I>&gt;<i> handy.... are you using it ? If so, may I ask what tweaks you've made to
84 </I>&gt;<i> optimize it more for Services ?
85 </I>&gt;<i>
86 </I>&gt;<i> Ciar&#225;n.
87 </I>&gt;<i>
88 </I>
89
90
91 ---------------------------------------------------------------
92 To unsubscribe, send email to <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">majordomo at snow.shadowfire.org</A>
93 with &quot;unsubscribe ircservices&quot; in the body, without the quotes.
94
95
96 </PRE>
97
98 <!--endarticle-->
99 <HR>
100 <P><UL>
101 <!--threads-->
102 <LI>Previous message: <A HREF="000917.html">[IRCServices] umode or services option
103 </A></li>
104 <LI>Next message: <A HREF="000919.html">[IRCServices] umode or services option
105 </A></li>
106 <LI> <B>Messages sorted by:</B>
107 <a href="date.html#918">[ date ]</a>
108 <a href="thread.html#918">[ thread ]</a>
109 <a href="subject.html#918">[ subject ]</a>
110 <a href="author.html#918">[ author ]</a>
111 </LI>
112 </UL>
113
114 </body></html>