[srvx-commits] CVS: services/src opserv.help,1.24.2.13,1.24.2.14
Brought to you by:
entrope
From: Miles P. <pet...@us...> - 2001-09-01 00:15:35
|
Update of /cvsroot/srvx/services/src In directory usw-pr-cvs1:/tmp/cvs-serv2605 Modified Files: Tag: rel-1_0 opserv.help Log Message: document the gsync command Index: opserv.help =================================================================== RCS file: /cvsroot/srvx/services/src/opserv.help,v retrieving revision 1.24.2.13 retrieving revision 1.24.2.14 diff -C2 -r1.24.2.13 -r1.24.2.14 *** opserv.help 2001/08/16 02:39:18 1.24.2.13 --- opserv.help 2001/09/01 00:15:29 1.24.2.14 *************** *** 149,152 **** --- 149,156 ---- "$bISSUER$b handle Looks for glines issued by the given handle.", "$bAFTER$b interval Looks for glines that expire more than $binterval$b in the future."); + "GSYNC" ("$bGSYNC$b", + "/msg $O GSYNC [server]", + "Requests a list of GLINES from its uplink or the specified server. This can be used in the event srvx is down for period and becomes desynced.", + "$uSee Also:$u refreshg, gline, ungline"); "HELP" ("$bHELP$b", "/msg $O HELP [topic/command]", *************** *** 261,265 **** "/msg $O REFRESHG ", "Re-issues all GLINES in $b$O's$b database. Usually used for newly joining or desynched servers.", ! "$uSee Also:$u gline, ungline"); "REOPEN" ("$bREOPEN$b", "/msg $O REOPEN", --- 265,269 ---- "/msg $O REFRESHG ", "Re-issues all GLINES in $b$O's$b database. Usually used for newly joining or desynched servers.", ! "$uSee Also:$u gline, ungline, gsync"); "REOPEN" ("$bREOPEN$b", "/msg $O REOPEN", |