]> jfr.im git - irc.git/blob - software/RELEASES/ircservices/achurch.org/services/lists/ircservices-coding/2002/001065.html
rename -> *.git
[irc.git] / software / RELEASES / ircservices / achurch.org / services / lists / ircservices-coding / 2002 / 001065.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2 <HTML>
3 <HEAD>
4 <TITLE> [IRCServices Coding] suggestion to chanserv
5 </TITLE>
6 <LINK REL="Index" HREF="index.html" >
7 <LINK REL="made" HREF="mailto:ircservices-coding%40ircservices.za.net?Subject=%5BIRCServices%20Coding%5D%20suggestion%20to%20chanserv&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="001099.html">
11 <LINK REL="Next" HREF="001067.html">
12 </HEAD>
13 <BODY BGCOLOR="#ffffff">
14 <H1>[IRCServices Coding] suggestion to chanserv</H1>
15 <B>Xuefer</B>
16 <A HREF="mailto:ircservices-coding%40ircservices.za.net?Subject=%5BIRCServices%20Coding%5D%20suggestion%20to%20chanserv&In-Reply-To="
17 TITLE="[IRCServices Coding] suggestion to chanserv">Xuefer at 21cn.com
18 </A><BR>
19 <I>Mon Jul 8 23:26:48 PDT 2002</I>
20 <P><UL>
21 <LI>Previous message: <A HREF="001099.html">[IRCServices Coding] fork: resource temporarily unavailable
22 </A></li>
23 <LI>Next message: <A HREF="001067.html">[IRCServices Coding] suggestion for nickserv
24 </A></li>
25 <LI> <B>Messages sorted by:</B>
26 <a href="date.html#1065">[ date ]</a>
27 <a href="thread.html#1065">[ thread ]</a>
28 <a href="subject.html#1065">[ subject ]</a>
29 <a href="author.html#1065">[ author ]</a>
30 </LI>
31 </UL>
32 <HR>
33 <!--beginarticle-->
34 <PRE>ircservices-coding:
35 &#161;&#161;&#161;&#161;
36 file: modules/chanserv/main.c
37 line 1060
38 /* If it was an OP command, update the last-used time */
39 if (strcmp(cmd, &quot;OP&quot;) == 0) {
40 ci-&gt;last_used = time(NULL);
41 put_channelinfo(ci);
42 }
43
44
45 there're bunch of MODE +o
46 but last_used should not be updated so frequently
47
48 cause in modules/database/README:
49 ======
50 void put_nickinfo(NickInfo *ni)
51 This routine may store the changed data directly into external storage,
52 ======
53 we should lower the load of external storage
54 i'm not expert to ircservices source, just give a suggestion :-)
55
56
57
58 Xuefer
59 2002-07-09
60
61
62
63 </PRE>
64
65 <!--endarticle-->
66 <HR>
67 <P><UL>
68 <!--threads-->
69 <LI>Previous message: <A HREF="001099.html">[IRCServices Coding] fork: resource temporarily unavailable
70 </A></li>
71 <LI>Next message: <A HREF="001067.html">[IRCServices Coding] suggestion for nickserv
72 </A></li>
73 <LI> <B>Messages sorted by:</B>
74 <a href="date.html#1065">[ date ]</a>
75 <a href="thread.html#1065">[ thread ]</a>
76 <a href="subject.html#1065">[ subject ]</a>
77 <a href="author.html#1065">[ author ]</a>
78 </LI>
79 </UL>
80
81 </body></html>