]> jfr.im git - irc.git/blob - software/RELEASES/ircservices/achurch.org/services/lists/ircservices-coding/2003/002223.html
rename -> *.git
[irc.git] / software / RELEASES / ircservices / achurch.org / services / lists / ircservices-coding / 2003 / 002223.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2 <HTML>
3 <HEAD>
4 <TITLE> [IRCServices Coding] Bug or misunderstood ?
5 </TITLE>
6 <LINK REL="Index" HREF="index.html" >
7 <LINK REL="made" HREF="mailto:ircservices-coding%40ircservices.za.net?Subject=%5BIRCServices%20Coding%5D%20Bug%20or%20misunderstood%20%3F&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="002791.html">
11 <LINK REL="Next" HREF="002801.html">
12 </HEAD>
13 <BODY BGCOLOR="#ffffff">
14 <H1>[IRCServices Coding] Bug or misunderstood ?</H1>
15 <B>|SaMaN|</B>
16 <A HREF="mailto:ircservices-coding%40ircservices.za.net?Subject=%5BIRCServices%20Coding%5D%20Bug%20or%20misunderstood%20%3F&In-Reply-To="
17 TITLE="[IRCServices Coding] Bug or misunderstood ?">saman at alkol.org
18 </A><BR>
19 <I>Fri Oct 17 03:07:15 PDT 2003</I>
20 <P><UL>
21 <LI>Previous message: <A HREF="002791.html">[IRCServices Coding] CORE DUMPED... continue...
22 </A></li>
23 <LI>Next message: <A HREF="002801.html">[IRCServices Coding] Bug or misunderstood ?
24 </A></li>
25 <LI> <B>Messages sorted by:</B>
26 <a href="date.html#2223">[ date ]</a>
27 <a href="thread.html#2223">[ thread ]</a>
28 <a href="subject.html#2223">[ subject ]</a>
29 <a href="author.html#2223">[ author ]</a>
30 </LI>
31 </UL>
32 <HR>
33 <!--beginarticle-->
34 <PRE>Im using unreal ircd. When channel is empty and if channel owner joins
35 his/her registered channel it does
36 (ChanServ sets mode: +ntrq nick) but when channel is not empty and if
37 channel owner joins his/her registered channel it does (ChanServ sets mode:
38 +oq nick nick). As you see on the first one there is no +o and because of
39 this chanserv does not update the last_used time because chanserv is set to
40 update last_used time with +o (CUMODE_o) so channels drop while channel
41 owners use them. Is this a bug or my misunderstood ?
42
43 ######################################################
44 modules/chanserv/check.c
45 ...
46 void check_chan_user_modes(const char *source, struct c_userlist *u,
47 Channel *c, int32 oldmodes)
48 ...
49 if ((res &amp; ~modes) &amp; CUMODE_o) {
50 ci-&gt;last_used = time(NULL);
51 put_channelinfo(ci);
52 }
53 ...
54 ######################################################
55
56 |<i>SaMaN|
57 </I>
58
59
60 </PRE>
61
62 <!--endarticle-->
63 <HR>
64 <P><UL>
65 <!--threads-->
66 <LI>Previous message: <A HREF="002791.html">[IRCServices Coding] CORE DUMPED... continue...
67 </A></li>
68 <LI>Next message: <A HREF="002801.html">[IRCServices Coding] Bug or misunderstood ?
69 </A></li>
70 <LI> <B>Messages sorted by:</B>
71 <a href="date.html#2223">[ date ]</a>
72 <a href="thread.html#2223">[ thread ]</a>
73 <a href="subject.html#2223">[ subject ]</a>
74 <a href="author.html#2223">[ author ]</a>
75 </LI>
76 </UL>
77
78 </body></html>