[srvx-commits] CVS: services/src chanserv.help,1.26.2.2,1.26.2.3 nickserv.help.m4,1.5.2.1,1.5.2.2
Brought to you by:
entrope
|
From: Entrope <en...@us...> - 2002-11-01 02:14:04
|
Update of /cvsroot/srvx/services/src
In directory usw-pr-cvs1:/tmp/cvs-serv8692/src
Modified Files:
Tag: rel-1_1-branch
chanserv.help nickserv.help.m4
Log Message:
fix typos in help files (backport from CVS HEAD)
Index: chanserv.help
===================================================================
RCS file: /cvsroot/srvx/services/src/chanserv.help,v
retrieving revision 1.26.2.2
retrieving revision 1.26.2.3
diff -C2 -r1.26.2.2 -r1.26.2.3
*** chanserv.help 24 Jul 2002 23:58:51 -0000 1.26.2.2
--- chanserv.help 1 Nov 2002 02:13:23 -0000 1.26.2.3
***************
*** 31,35 ****
" OP Give ops to the specified user.",
" DEOP Remove ops from the specified user.",
! " VOICE Give voice to the speicifed user.",
" DEVOICE Remove voice from the specified user.",
" SUSPEND Suspend a user's access to a channel.",
--- 31,35 ----
" OP Give ops to the specified user.",
" DEOP Remove ops from the specified user.",
! " VOICE Give voice to the specified user.",
" DEVOICE Remove voice from the specified user.",
" SUSPEND Suspend a user's access to a channel.",
Index: nickserv.help.m4
===================================================================
RCS file: /cvsroot/srvx/services/src/nickserv.help.m4,v
retrieving revision 1.5.2.1
retrieving revision 1.5.2.2
diff -C2 -r1.5.2.1 -r1.5.2.2
*** nickserv.help.m4 2 Jul 2002 00:53:43 -0000 1.5.2.1
--- nickserv.help.m4 1 Nov 2002 02:13:36 -0000 1.5.2.2
***************
*** 99,103 ****
"/msg $n COOKIE <account> <cookie>",
"Completes the maintenance action (for example, activating an account or changing your password) for which a cookie was issued. The cookie will then be forgotten.",
! "$uSee Also:$u cookieauth, resetpass, set, delcookie");
"EMAIL POLICY" ("$bEMAIL POLICY",
--- 99,103 ----
"/msg $n COOKIE <account> <cookie>",
"Completes the maintenance action (for example, activating an account or changing your password) for which a cookie was issued. The cookie will then be forgotten.",
! "$uSee Also:$u authcookie, resetpass, set, delcookie");
"EMAIL POLICY" ("$bEMAIL POLICY",
|