]> jfr.im git - irc.git/blob - software/!RELEASES/ircservices/achurch.org/services/lists/ircservices/2001/001473.html
RELEASE -> !RELEASE
[irc.git] / software / !RELEASES / ircservices / achurch.org / services / lists / ircservices / 2001 / 001473.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2 <HTML>
3 <HEAD>
4 <TITLE> [IRCServices] Small bug in Unreal support
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%20Unreal%20support&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="001472.html">
11 <LINK REL="Next" HREF="001474.html">
12 </HEAD>
13 <BODY BGCOLOR="#ffffff">
14 <H1>[IRCServices] Small bug in Unreal support</H1>
15 <B>Andrew Church</B>
16 <A HREF="mailto:ircservices%40ircservices.za.net?Subject=%5BIRCServices%5D%20Small%20bug%20in%20Unreal%20support&In-Reply-To="
17 TITLE="[IRCServices] Small bug in Unreal support">achurch at achurch.org
18 </A><BR>
19 <I>Thu Feb 22 00:41:01 PST 2001</I>
20 <P><UL>
21 <LI>Previous message: <A HREF="001472.html">[IRCServices] /nickname or /msg nickname ?
22 </A></li>
23 <LI>Next message: <A HREF="001474.html">[IRCServices] nickserv
24 </A></li>
25 <LI> <B>Messages sorted by:</B>
26 <a href="date.html#1473">[ date ]</a>
27 <a href="thread.html#1473">[ thread ]</a>
28 <a href="subject.html#1473">[ subject ]</a>
29 <a href="author.html#1473">[ author ]</a>
30 </LI>
31 </UL>
32 <HR>
33 <!--beginarticle-->
34 <PRE>&gt;<i>modes.h defines
35 </I>&gt;<i>
36 </I>&gt;<i>#if defined(IRC_BAHAMUT) || defined(IRC_UNREAL)
37 </I>&gt;<i># define CMODE_c 0x00000400 /* No ANSI colors in channel */
38 </I>&gt;<i># define CMODE_O 0x00000800 /* Only opers can join channel */
39 </I>&gt;<i>#endif
40 </I>&gt;<i>
41 </I>&gt;<i>However, in modes.c the code is:
42 </I>&gt;<i>
43 </I>&gt;<i>#ifdef IRC_BAHAMUT
44 </I>&gt;<i> { 'c', CMODE_c },
45 </I>&gt;<i> { 'O', CMODE_O },
46 </I>&gt;<i>#endif
47 </I>&gt;<i>
48 </I>&gt;<i>making them inaccessible to an Unreal build.
49 </I>
50 Fixed, thanks for the report.
51
52 --Andrew Church
53 <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">achurch at achurch.org</A> | New address - please note.
54 <A HREF="http://achurch.org/">http://achurch.org/</A> | \e$B%a!&lt;%k%&quot;%I%l%9$,JQ$o$j$^$7$?!#\e(B
55
56
57 </PRE>
58
59 <!--endarticle-->
60 <HR>
61 <P><UL>
62 <!--threads-->
63 <LI>Previous message: <A HREF="001472.html">[IRCServices] /nickname or /msg nickname ?
64 </A></li>
65 <LI>Next message: <A HREF="001474.html">[IRCServices] nickserv
66 </A></li>
67 <LI> <B>Messages sorted by:</B>
68 <a href="date.html#1473">[ date ]</a>
69 <a href="thread.html#1473">[ thread ]</a>
70 <a href="subject.html#1473">[ subject ]</a>
71 <a href="author.html#1473">[ author ]</a>
72 </LI>
73 </UL>
74
75 </body></html>