[srvx-commits] CVS: services/src helpserv.help,1.7,1.8
Brought to you by:
entrope
|
From: Adrian D. <sai...@us...> - 2002-08-31 04:34:06
|
Update of /cvsroot/srvx/services/src
In directory usw-pr-cvs1:/tmp/cvs-serv26526
Modified Files:
helpserv.help
Log Message:
Forgot to include the reqid|nick|*account update
Index: helpserv.help
===================================================================
RCS file: /cvsroot/srvx/services/src/helpserv.help,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** helpserv.help 31 Aug 2002 04:29:38 -0000 1.7
--- helpserv.help 31 Aug 2002 04:34:03 -0000 1.8
***************
*** 52,56 ****
"$uSee also:$u clvl, delowner, helpers");
"ADDNOTE" ("$bADDNOTE$b",
! "/msg $S ADDNOTE <reqid> <message>",
"Adds a helper note to a request (useful for requests that last a long period of time).",
"$uSee also:$u show");
--- 52,56 ----
"$uSee also:$u clvl, delowner, helpers");
"ADDNOTE" ("$bADDNOTE$b",
! "/msg $S ADDNOTE <reqid|nick|*account> <message>",
"Adds a helper note to a request (useful for requests that last a long period of time).",
"$uSee also:$u show");
***************
*** 59,63 ****
"Lists the currently defined HelpServ bots (along with their channels and owners' accounts).");
"CLOSE" ("$bCLOSE$b",
! "/msg $S CLOSE <reqid>",
"Closes out the specified request.");
"CLVL" ("$bCLVL$b",
--- 59,63 ----
"Lists the currently defined HelpServ bots (along with their channels and owners' accounts).");
"CLOSE" ("$bCLOSE$b",
! "/msg $S CLOSE <reqid|nick|*account>",
"Closes out the specified request.");
"CLVL" ("$bCLVL$b",
***************
*** 101,105 ****
"$uSee also:$u set");
"PICKUP" ("$bPICKUP$b",
! "/msg $S PICKUP <reqid>",
"Assigns the request with $breqid$b to you.",
"$uSee also:$u list, next, reassign, close");
--- 101,105 ----
"$uSee also:$u set");
"PICKUP" ("$bPICKUP$b",
! "/msg $S PICKUP <reqid|nick|*account>",
"Assigns the request with $breqid$b to you.",
"$uSee also:$u list, next, reassign, close");
***************
*** 108,112 ****
"Re-reads the HelpServ help file.");
"REASSIGN" ("$bREASSIGN$b",
! "/msg $S REASSIGN <reqid> <new-helper-nick>",
"Reassigns (or assigns) the specified request to $bnew_helper_nick$b.",
"$uSee also:$u next, pickup, close");
--- 108,112 ----
"Re-reads the HelpServ help file.");
"REASSIGN" ("$bREASSIGN$b",
! "/msg $S REASSIGN <reqid|nick|*account> <new-helper-nick>",
"Reassigns (or assigns) the specified request to $bnew_helper_nick$b.",
"$uSee also:$u next, pickup, close");
***************
*** 232,236 ****
"$uSee also:$u set");
"SHOW" ("$bSHOW$b",
! "/msg $S SHOW <reqid>",
"Shows the details of the specified request.",
"$uSee also:$u list");
--- 232,236 ----
"$uSee also:$u set");
"SHOW" ("$bSHOW$b",
! "/msg $S SHOW <reqid|nick|*account>",
"Shows the details of the specified request.",
"$uSee also:$u list");
|