]> jfr.im git - irc.git/blob - software/RELEASES/ircservices/achurch.org/services/lists/ircservices-coding/2002/001815.html
rename -> *.git
[irc.git] / software / RELEASES / ircservices / achurch.org / services / lists / ircservices-coding / 2002 / 001815.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2 <HTML>
3 <HEAD>
4 <TITLE> [IRCServices Coding] OperServ UPDATE suggestion
5 </TITLE>
6 <LINK REL="Index" HREF="index.html" >
7 <LINK REL="made" HREF="mailto:ircservices-coding%40ircservices.za.net?Subject=%5BIRCServices%20Coding%5D%20OperServ%20UPDATE%20suggestion&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="001814.html">
11 <LINK REL="Next" HREF="001816.html">
12 </HEAD>
13 <BODY BGCOLOR="#ffffff">
14 <H1>[IRCServices Coding] OperServ UPDATE suggestion</H1>
15 <B>Patrick Fish</B>
16 <A HREF="mailto:ircservices-coding%40ircservices.za.net?Subject=%5BIRCServices%20Coding%5D%20OperServ%20UPDATE%20suggestion&In-Reply-To="
17 TITLE="[IRCServices Coding] OperServ UPDATE suggestion">patrick at pwhsnet.com
18 </A><BR>
19 <I>Sat Dec 28 21:38:56 PST 2002</I>
20 <P><UL>
21 <LI>Previous message: <A HREF="001814.html">[IRCServices Coding] Re: akill expire bug
22 </A></li>
23 <LI>Next message: <A HREF="001816.html">[IRCServices Coding] Idea for akills
24 </A></li>
25 <LI> <B>Messages sorted by:</B>
26 <a href="date.html#1815">[ date ]</a>
27 <a href="thread.html#1815">[ thread ]</a>
28 <a href="subject.html#1815">[ subject ]</a>
29 <a href="author.html#1815">[ author ]</a>
30 </LI>
31 </UL>
32 <HR>
33 <!--beginarticle-->
34 <PRE>I think it would be better when using OperServ UPDATE would update *all* databases. Correct me if I'm wrong, but it looks like it only updates the OperServ DB:
35
36 modules/operserv/main.c:
37
38
39 /* Callback for saving data. */
40
41 static int do_save_data(void)
42 {
43 sync_operserv_db(OperDBName);
44 return 0;
45 }
46
47
48 I tried to add this (with the appropriate static char's):
49
50
51 /* Callback for saving data. */
52
53 static int do_save_data(void)
54 {
55 sync_channel_db(ChanDBName);
56 sync_operserv_db(OperDBName);
57 sync_statserv_db(StatDBName);
58 return 0;
59 }
60
61
62 and I couldn't get it to work.
63
64 Ideas?
65
66
67
68 /Patrick Fish
69
70
71 ---
72 Outgoing mail is certified Virus Free.
73 Checked by AVG anti-virus system (<A HREF="http://www.grisoft.com">http://www.grisoft.com</A>).
74 Version: 6.0.427 / Virus Database: 240 - Release Date: 12/6/2002
75 -------------- next part --------------
76 An HTML attachment was scrubbed...
77 URL: <A HREF="../attachments/20021228/b934b678/attachment.html">../attachments/20021228/b934b678/attachment.html</A>
78 </PRE>
79
80 <!--endarticle-->
81 <HR>
82 <P><UL>
83 <!--threads-->
84 <LI>Previous message: <A HREF="001814.html">[IRCServices Coding] Re: akill expire bug
85 </A></li>
86 <LI>Next message: <A HREF="001816.html">[IRCServices Coding] Idea for akills
87 </A></li>
88 <LI> <B>Messages sorted by:</B>
89 <a href="date.html#1815">[ date ]</a>
90 <a href="thread.html#1815">[ thread ]</a>
91 <a href="subject.html#1815">[ subject ]</a>
92 <a href="author.html#1815">[ author ]</a>
93 </LI>
94 </UL>
95
96 </body></html>