From: Michael Poole Date: Sun, 9 Mar 2008 00:52:08 +0000 (-0500) Subject: src/nickserv.help: Fix grammar in DELCOOKIE and ODELCOOKIE. X-Git-Tag: v1.4.0-rc3~38 X-Git-Url: http://git.pk910.de/?p=srvx.git;a=commitdiff_plain;h=36ea6f897b9df39a8287453e2f886d7a23994335 src/nickserv.help: Fix grammar in DELCOOKIE and ODELCOOKIE. --- diff --git a/src/nickserv.help b/src/nickserv.help index 6ceb4d6..cee38d8 100644 --- a/src/nickserv.help +++ b/src/nickserv.help @@ -206,7 +206,7 @@ "DELCOOKIE" { "/services/nickserv/email_enabled" ( "/msg $N DELCOOKIE", - "Requests that $N cancels your authcookie or resetpass cookie.", + "Requests that $N cancel your authcookie or resetpass cookie.", "(Since set-email cookies and registration cookies send email to unverified addresses, to prevent mail flooding, they cannot be cancelled.)", "$uSee Also:$u authcookie, resetpass, cookie" ); @@ -215,7 +215,7 @@ "ODELCOOKIE" { "/services/nickserv/email_enabled" ( "/msg $N ODELCOOKIE ", - "Requests that $N cancels a cookie for the specified account." + "Requests that $N cancel a cookie for the specified account." ); };