[srvx-commits] CVS: services/src nickserv.help.m4,1.17,1.18
Brought to you by:
entrope
From: Entrope <en...@us...> - 2003-08-18 21:48:24
|
Update of /cvsroot/srvx/services/src In directory sc8-pr-cvs1:/tmp/cvs-serv27609/src Modified Files: nickserv.help.m4 Log Message: fix type and remove "write" entry from help file Index: nickserv.help.m4 =================================================================== RCS file: /cvsroot/srvx/services/src/nickserv.help.m4,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -r1.17 -r1.18 *** nickserv.help.m4 14 Jun 2003 13:12:03 -0000 1.17 --- nickserv.help.m4 18 Aug 2003 21:48:21 -0000 1.18 *************** *** 114,118 **** "EMAIL POLICY" ("$bEMAIL POLICY", "FooNET has utmost respect for the privacy of its users. We will submit your email address to as many spam databases as we can find, and we will even post it on our web site.", ! "(No, not really. It looks like somebody forgot to edit nickserv.help or nickserv.help.m4 to remove this file. Make sure they edit the mail section of srvx.conf while they are at it.)");}) "OTHERS" ("Other commands are:", --- 114,118 ---- "EMAIL POLICY" ("$bEMAIL POLICY", "FooNET has utmost respect for the privacy of its users. We will submit your email address to as many spam databases as we can find, and we will even post it on our web site.", ! "(No, not really. It looks like somebody forgot to edit nickserv.help or nickserv.help.m4 to remove this entry. Make sure they edit the mail section of srvx.conf while they are at it.)");}) "OTHERS" ("Other commands are:", *************** *** 228,233 **** "VERSION" ("/msg $N VERSION", "Sends you the srvx version and some additional version information that is specific to $b$N$b."); - "WRITE" ("/msg $N WRITE", - "Writes the $b$N$b database to disk."); "GHOST" ("/msg $N GHOST <nick>", "This disconnects an old client that is authed to your account. This is $bnot$b the same thing as nick ownership; the user $bmust$b be authenticated to the same account you are.", --- 228,231 ---- |