Update of /cvsroot/srvx/services/src
In directory usw-pr-cvs1:/tmp/cvs-serv30916/src
Modified Files:
Tag: rel-1_0
chanserv.help
Log Message:
fix documentation for !ACCESS, since it doesn't accept a *Handle argument
Index: chanserv.help
===================================================================
RCS file: /cvsroot/srvx/services/src/chanserv.help,v
retrieving revision 1.10.2.21
retrieving revision 1.10.2.22
diff -C2 -r1.10.2.21 -r1.10.2.22
*** chanserv.help 2001/08/18 00:55:03 1.10.2.21
--- chanserv.help 2001/08/20 21:50:14 1.10.2.22
***************
*** 89,96 ****
);
"ACCESS" ("$bACCESS$b",
! "/msg $C ACCESS <#channel> [nick|*handle]",
"${command/ACCESS/access}",
! "Reports various pieces of information about a channel user, including channel and network access level, and the user's info line. If no nick or handle is provided, $C returns your own information.",
! "You may use *Handle instead of Nick as the name argument; the * makes $C use the name of a handle directly (useful if the user is not online).",
"$uSee Also:$u users");
"ADDBAN" ("$bADDBAN$b",
--- 89,95 ----
);
"ACCESS" ("$bACCESS$b",
! "/msg $C ACCESS <#channel> nick",
"${command/ACCESS/access}",
! "Reports various pieces of information about a channel user, including channel and network access level, and the user's info line. If no nick is provided, $C returns your own information.",
"$uSee Also:$u users");
"ADDBAN" ("$bADDBAN$b",
|