[srvx-commits] CVS: services/src modcmd.help,1.4,1.5
Brought to you by:
entrope
|
From: Entrope <en...@us...> - 2002-09-18 14:52:53
|
Update of /cvsroot/srvx/services/src
In directory usw-pr-cvs1:/tmp/cvs-serv4116/src
Modified Files:
modcmd.help
Log Message:
document separate channel_access/oper_access command options
Index: modcmd.help
===================================================================
RCS file: /cvsroot/srvx/services/src/modcmd.help,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** modcmd.help 7 Sep 2002 02:55:18 -0000 1.4
--- modcmd.help 18 Sep 2002 14:52:50 -0000 1.5
***************
*** 29,33 ****
"Supported options are:",
" FLAGS Comma-separated, +/- prefixed list of flags to add or remove.",
! " ACCESS Minimum OpServ or ChanServ access (interpreted as OpServ access if numeric)",
" ACCOUNT_FLAGS Account flags to require or deny (for example, +R-S)",
" TEMPLATE Command from which to inherit access restrictions",
--- 29,35 ----
"Supported options are:",
" FLAGS Comma-separated, +/- prefixed list of flags to add or remove.",
! " CHANNEL_ACCESS Minimum ChanServ access.",
! " OPER_ACCESS Minimum OpServ access.",
! " ACCESS Alias for OPER_ACCESS (if the value starts with a digit) or CHANNEL_ACCESS (if the value does not start with a digit).",
" ACCOUNT_FLAGS Account flags to require or deny (for example, +R-S)",
" TEMPLATE Command from which to inherit access restrictions",
|