[srvx-commits] CVS: services/src helpserv.help,1.6,1.7
Brought to you by:
entrope
|
From: Adrian D. <sai...@us...> - 2002-08-31 04:29:41
|
Update of /cvsroot/srvx/services/src
In directory usw-pr-cvs1:/tmp/cvs-serv25817
Modified Files:
helpserv.help
Log Message:
Make HelpServ's help file a little more pleasant (and fix some outdated information)
Index: helpserv.help
===================================================================
RCS file: /cvsroot/srvx/services/src/helpserv.help,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** helpserv.help 21 Jun 2002 00:32:17 -0000 1.6
--- helpserv.help 31 Aug 2002 04:29:38 -0000 1.7
***************
*** 123,137 ****
"AlertPageType Delivery type for alert pages (to gain the helpers' attention)",
"StatusPageTarget Send status pages to this channel (this can only be set by an oper)",
! "StatusPageType Delivery type for status pages (less urgent information)",
"Greeting Message sent to users joining channel",
"OpenReq Message sent to user opening a new request",
"AssignReq Message sent to user when their request is assigned to a helper",
"CloseReq Message sent to user when their request is closed",
! "IdleDelay Time user may idle in channel before bot complains to PageTarget",
! "WhineDelay Time before an unhandled request makes bot complain to PageTarget",
! "WhineInterval Time between complaints about unhandled requests",
! "EmptyInterval Time between complaints that the help channel is unstaffed",
"StaleDelay Time after which updating an old request causes it to send an activity alert",
! "Persistence Persistence for new requests",
"Notification Notification to helpers of events concerning their requests",
"$uSee also:$u set <option-name>");
--- 123,138 ----
"AlertPageType Delivery type for alert pages (to gain the helpers' attention)",
"StatusPageTarget Send status pages to this channel (this can only be set by an oper)",
! "StatusPageType Delivery type for status pages (less urgent information, such as requests being opened/assigned/closed)",
"Greeting Message sent to users joining channel",
"OpenReq Message sent to user opening a new request",
"AssignReq Message sent to user when their request is assigned to a helper",
"CloseReq Message sent to user when their request is closed",
! "IdleDelay Time user may idle in channel before bot complains to StatusPageTarget",
! "WhineDelay Time before an unhandled request makes bot complain to AlertPageTarget",
! "WhineInterval Time between complaints about unhandled requests and idle users",
! "EmptyInterval Time between complaints (to AlertPageTarget) that the help channel is unstaffed",
"StaleDelay Time after which updating an old request causes it to send an activity alert",
! "ReqPersist Persistence for new requests",
! "HelperPersist Persistence for assignation of requests to helpers",
"Notification Notification to helpers of events concerning their requests",
"$uSee also:$u set <option-name>");
***************
*** 203,207 ****
"You may disable this by using 0 as the interval.",
"$uSee also:$u set, set pagetarget, set statuspagetype");
! "REQPERSISTENCE" ("$bREQPERSISTENCE$b",
"The following types of persistence may be used:",
"Part Request is closed when the user parts the channel",
--- 204,210 ----
"You may disable this by using 0 as the interval.",
"$uSee also:$u set, set pagetarget, set statuspagetype");
! "SET REQPERSIST" ("$bSET REQPERSIST$b",
! "/msg $S SET REQPERSIST <persistence-type>",
! "This sets the \"request persistence\" for all requests.",
"The following types of persistence may be used:",
"Part Request is closed when the user parts the channel",
***************
*** 209,214 ****
"Close Request is only closed when a helper closes it",
"$uPart$u and $uQuit$u type requests, and $uClose$u type requests with no associated account, will be automatically closed when the services restart.",
! "$uSee also:$u set persistence, helperpersistence");
! "HELPERPERSISTENCE" ("$bHELPERPERSISTENCE$B",
"The following types of persistence may be used:",
"Part Request is marked unassigned when the helper parts the channel",
--- 212,219 ----
"Close Request is only closed when a helper closes it",
"$uPart$u and $uQuit$u type requests, and $uClose$u type requests with no associated account, will be automatically closed when the services restart.",
! "$uSee also:$u set, set helperpersist");
! "SET HELPERPERSIST" ("$bSET HELPERPERSIST$b",
! "/msg $S SET REQPERSIST <persistence-type>",
! "This sets the \"helper persistence\" for all requests.",
"The following types of persistence may be used:",
"Part Request is marked unassigned when the helper parts the channel",
***************
*** 216,228 ****
"Close Request is never marked unassigned",
"$uPart$u and $uQuit$u type requests will be marked unassigned when the services restart.",
! "$uSee also:$u set helperpersist, reqpersistence");
! "SET REQPERSIST" ("$bSET REQPERSIST$b",
! "/msg $S SET REQPERSIST <persistence-type>",
! "This sets the \"request persistence\" for all requests. The valid persistence types are listed in the $ureqpersistence$u help entry.",
! "$uSee also:$u set, reqpersistence");
! "SET HELPERPERSIST" ("$bSET HELPERPERSIST$b",
! "/msg $S SET REQPERSIST <persistence-type>",
! "This sets the \"helper persistence\" for all requests. The valid persistence types are listed in the $uhelperpersistence$u help entry.",
! "$uSee also:$u set, helperpersistence");
"SET NOTIFICATION" ("$bSET NOTIFICATION$b",
"/msg $S SET NOTIFICATION <notification-type>",
--- 221,225 ----
"Close Request is never marked unassigned",
"$uPart$u and $uQuit$u type requests will be marked unassigned when the services restart.",
! "$uSee also:$u set, set reqpersist");
"SET NOTIFICATION" ("$bSET NOTIFICATION$b",
"/msg $S SET NOTIFICATION <notification-type>",
|