Update of /cvsroot/srvx/services/src
In directory sc8-pr-cvs1:/tmp/cvs-serv16767/src
Modified Files:
opserv.c modcmd.help
Log Message:
fix typo in last opserv.c commit
add documentation for HELPING and TOY command flags
Index: opserv.c
===================================================================
RCS file: /cvsroot/srvx/services/src/opserv.c,v
retrieving revision 1.300
retrieving revision 1.301
diff -C2 -r1.300 -r1.301
*** opserv.c 1 Jan 2003 23:08:53 -0000 1.300
--- opserv.c 2 Jan 2003 01:22:22 -0000 1.301
***************
*** 952,956 ****
}
if (!IsChannelName(argv[1])) {
! reply(MSG_NOT_CHANNEL_NAME, argv[1]);
return 0;
}
--- 952,956 ----
}
if (!IsChannelName(argv[1])) {
! reply(MSG_NOT_CHANNEL_NAME);
return 0;
}
Index: modcmd.help
===================================================================
RCS file: /cvsroot/srvx/services/src/modcmd.help,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** modcmd.help 29 Oct 2002 04:31:29 -0000 1.8
--- modcmd.help 2 Jan 2003 01:22:23 -0000 1.9
***************
*** 43,46 ****
--- 43,47 ----
" CHANUSER Require that the user have $C access to the context",
" DISABLED Command is disabled",
+ " HELPING Require that the user have security override enabled",
" JOINABLE Require that the user have $C access to the channel, be in the channel, or be network staff to use the command",
" KEEPBOUND Do not let the last instance of the command be removed",
***************
*** 52,55 ****
--- 53,57 ----
" REGCHAN Require a registered channel to be give as the context",
" SUPPORTHELPER Allow support helpers to use the command",
+ " TOY Command is a toy (cannot be invoked on a channel from outside the channel)",
"Note: If any of SUPPORTHELPER, NETWORKHELPER, OPER, any of the specified flags is considered sufficient. For example, NETWORKHELPER and OPER both specified means both network helpers and opers can use the command.");
"joiner" ("/msg $S JOINER [subcmd ...]",
|