[srvx-commits] CVS: services/src nickserv.help.m4,1.15,1.16
Brought to you by:
entrope
|
From: Entrope <en...@us...> - 2003-01-12 20:04:39
|
Update of /cvsroot/srvx/services/src
In directory sc8-pr-cvs1:/tmp/cvs-serv27633/src
Modified Files:
nickserv.help.m4
Log Message:
replace $n with $N@$s (as was done other places in the file)
Index: nickserv.help.m4
===================================================================
RCS file: /cvsroot/srvx/services/src/nickserv.help.m4,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -r1.15 -r1.16
*** nickserv.help.m4 18 Dec 2002 05:00:31 -0000 1.15
--- nickserv.help.m4 12 Jan 2003 20:04:32 -0000 1.16
***************
*** 41,45 ****
"$uSee Also:$u oregister");
! "UNREGISTER" ("/msg $n UNREGISTER <password>",
"Un-registers the account you are authenticated as.",
"$uSee Also:$u register");},
--- 41,45 ----
"$uSee Also:$u oregister");
! "UNREGISTER" ("/msg $N@$s UNREGISTER <password>",
"Un-registers the account you are authenticated as.",
"$uSee Also:$u register");},
|