]> jfr.im git - irc.git/blob - software/RELEASES/ircservices/achurch.org/services/lists/ircservices/2001/001466.html
rename -> *.git
[irc.git] / software / RELEASES / ircservices / achurch.org / services / lists / ircservices / 2001 / 001466.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=3a9314de.44064%40prima-lan.net">
8 <META NAME="robots" CONTENT="index,nofollow">
9 <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
10 <LINK REL="Previous" HREF="001465.html">
11 <LINK REL="Next" HREF="001469.html">
12 </HEAD>
13 <BODY BGCOLOR="#ffffff">
14 <H1>[IRCServices] Small bug in Unreal support</H1>
15 <B>Mark Hetherington</B>
16 <A HREF="mailto:ircservices%40ircservices.za.net?Subject=%5BIRCServices%5D%20Small%20bug%20in%20Unreal%20support&In-Reply-To=3a9314de.44064%40prima-lan.net"
17 TITLE="[IRCServices] Small bug in Unreal support">markh at eurodltd.co.uk
18 </A><BR>
19 <I>Wed Feb 21 18:49:01 PST 2001</I>
20 <P><UL>
21 <LI>Previous message: <A HREF="001465.html">[IRCServices] Services 4.5.1 released
22 </A></li>
23 <LI>Next message: <A HREF="001469.html">[IRCServices] Access lists - masks?
24 </A></li>
25 <LI> <B>Messages sorted by:</B>
26 <a href="date.html#1466">[ date ]</a>
27 <a href="thread.html#1466">[ thread ]</a>
28 <a href="subject.html#1466">[ subject ]</a>
29 <a href="author.html#1466">[ author ]</a>
30 </LI>
31 </UL>
32 <HR>
33 <!--beginarticle-->
34 <PRE>modes.h defines
35
36 #if defined(IRC_BAHAMUT) || defined(IRC_UNREAL)
37 # define CMODE_c 0x00000400 /* No ANSI colors in channel */
38 # define CMODE_O 0x00000800 /* Only opers can join channel */
39 #endif
40
41 However, in modes.c the code is:
42
43 #ifdef IRC_BAHAMUT
44 { 'c', CMODE_c },
45 { 'O', CMODE_O },
46 #endif
47
48 making them inaccessible to an Unreal build.
49
50
51 </PRE>
52
53 <!--endarticle-->
54 <HR>
55 <P><UL>
56 <!--threads-->
57 <LI>Previous message: <A HREF="001465.html">[IRCServices] Services 4.5.1 released
58 </A></li>
59 <LI>Next message: <A HREF="001469.html">[IRCServices] Access lists - masks?
60 </A></li>
61 <LI> <B>Messages sorted by:</B>
62 <a href="date.html#1466">[ date ]</a>
63 <a href="thread.html#1466">[ thread ]</a>
64 <a href="subject.html#1466">[ subject ]</a>
65 <a href="author.html#1466">[ author ]</a>
66 </LI>
67 </UL>
68
69 </body></html>