<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1126" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>I think it would be better when using&nbsp;OperServ 
UPDATE would update *all* databases. Correct me if I'm wrong, but it looks like 
it only updates the OperServ DB:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>modules/operserv/main.c:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV><FONT face=Arial size=2>
<DIV><BR>/* Callback for saving data. */</DIV>
<DIV>&nbsp;</DIV>
<DIV>static int do_save_data(void)<BR>{<BR>&nbsp;&nbsp;&nbsp; 
sync_operserv_db(OperDBName);<BR>&nbsp;&nbsp;&nbsp; return 0;<BR>}<BR></DIV>
<DIV>&nbsp;</DIV>
<DIV>I tried to add this (with the appropriate static char's):</DIV>
<DIV>&nbsp;</DIV>
<DIV><BR>/* Callback for saving data. */</DIV>
<DIV>&nbsp;</DIV>
<DIV>static int do_save_data(void)<BR>{<BR>&nbsp;&nbsp;&nbsp; 
sync_channel_db(ChanDBName);<BR>&nbsp;&nbsp;&nbsp; 
sync_operserv_db(OperDBName);<BR>&nbsp;&nbsp;&nbsp; 
sync_statserv_db(StatDBName);<BR>&nbsp;&nbsp;&nbsp; return 0;<BR>}<BR></DIV>
<DIV>&nbsp;</DIV>
<DIV>and I couldn't get it to work.</DIV>
<DIV>&nbsp;</DIV>
<DIV>Ideas?</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>/Patrick Fish</DIV>
<DIV>&nbsp;</DIV>
<DIV><BR>---<BR>Outgoing mail is certified Virus Free.<BR>Checked by AVG 
anti-virus system (<A 
href="http://www.grisoft.com">http://www.grisoft.com</A>).<BR>Version: 6.0.427 / 
Virus Database: 240 - Release Date: 12/6/2002</DIV></FONT></BODY></HTML>