[srvx-commits] CVS: services/src opserv.help,1.53,1.54
Brought to you by:
entrope
|
From: Entrope <en...@us...> - 2002-10-29 01:54:49
|
Update of /cvsroot/srvx/services/src
In directory usw-pr-cvs1:/tmp/cvs-serv22854/src
Modified Files:
opserv.help
Log Message:
update help entries to match bind/unbind (etc) instead of alias/unalias
Index: opserv.help
===================================================================
RCS file: /cvsroot/srvx/services/src/opserv.help,v
retrieving revision 1.53
retrieving revision 1.54
diff -C2 -r1.53 -r1.54
*** opserv.help 26 Oct 2002 16:17:19 -0000 1.53
--- opserv.help 29 Oct 2002 01:54:44 -0000 1.54
***************
*** 243,247 ****
"GLINES the host of the specified nick for one hour If no reason is given, use a default reason.",
"$uSee Also:$u gline, ungline");
! "GLINE" ("/msg $O GLINE <user@host> <duration in seconds> <reason>",
"Issues a GLINE (network ban) on the network for the speicified user@host for the specified duration (making the expiration time: net time + duration).",
"$uSee Also:$u trace, ungline");
--- 243,247 ----
"GLINES the host of the specified nick for one hour If no reason is given, use a default reason.",
"$uSee Also:$u gline, ungline");
! "GLINE" ("/msg $O GLINE <user@host> <duration> <reason>",
"Issues a GLINE (network ban) on the network for the speicified user@host for the specified duration (making the expiration time: net time + duration).",
"$uSee Also:$u trace, ungline");
***************
*** 370,375 ****
"These commands control how other services behave.",
" ADDNOTE [${level/addnote}]",
- " ALIAS [${level/alias}]",
" BANEMAIL [${level/banemail}]",
" DELNOTE [${level/delnote}]",
" GAG [${level/gag}]",
--- 370,375 ----
"These commands control how other services behave.",
" ADDNOTE [${level/addnote}]",
" BANEMAIL [${level/banemail}]",
+ " BIND [${level/bind}]",
" DELNOTE [${level/delnote}]",
" GAG [${level/gag}]",
***************
*** 377,382 ****
" QUERY [${level/query}]",
" SET [${level/set}]",
- " UNALIAS [${level/unalias}]",
" UNBANEMAIL [${level/unbanemail}]",
" UNGAG [${level/ungag}]");
"ADDNOTE" ("/msg $O ADDNOTE <typename> <set-access> [access-arg] <view-access> <max-length>",
--- 377,382 ----
" QUERY [${level/query}]",
" SET [${level/set}]",
" UNBANEMAIL [${level/unbanemail}]",
+ " UNBIND [${level/unbind}]",
" UNGAG [${level/ungag}]");
"ADDNOTE" ("/msg $O ADDNOTE <typename> <set-access> [access-arg] <view-access> <max-length>",
***************
*** 389,396 ****
"If the note type already exists, it is modified with the new values you specify.",
"$uSee Also:$u delnote");
- "ALIAS" ("/msg $O ALIAS <service> <alias> <command>",
- "Creates an alias for the specified service's command. If the given alias is currently pointing at a different command, it will be modified.",
- "$bservice$b must be the canonical name of the service, not its current nick.",
- "$uSee Also:$u stats aliases, unalias");
"DELNOTE" ("/msg $O DELNOTE <typename> [FORCE]",
"Permanently deletes a note type. Without the argument $bFORCE$b, it will only delete an unused note type. With the argument $bFORCE$b, it will delete the note from all channels and then delete the note type.",
--- 389,392 ----
***************
*** 408,414 ****
"Modifies the internal configuration database. Currently, only keys that have been previously set may be modified.",
"$uSee Also:$u query");
- "UNALIAS" ("/msg $O UNALIAS <service> <alias>",
- "Removes an existing alias for the specified services.",
- "$uSee Also:$u alias, stats aliases");
"UNGAG" ("/msg $O UNGAG <hostmask>",
"Ungags a gaged hostmask and displays how many users were affected by $bungag$b. You can get a list of gaged hostmasks from $bgags$b.",
--- 404,407 ----
***************
*** 434,438 ****
"STATS" ("/msg $O STATS <subject>",
"Displays statistics about a specified subject. Subjects include:",
- "$bALIASES$b: List of aliases (optional argument: service name).",
"$bALERTS$b: The list of current \"alerts\".",
"$bBAD$b: Current list of bad words and exempted channels.",
--- 427,430 ----
|