Add checkemail and odelcookie commands to nickserv.
[srvx.git] / src / nickserv.help
index 04b5e7d3ca35f97ce68e4b3a3f323e29b3542280..6ceb4d620e391badf54cbd67302177633925c56f 100644 (file)
 "DELCOOKIE" {
         "/services/nickserv/email_enabled" (
         "/msg $N DELCOOKIE",
-        "Requests that $N cancel your authcookie or resetpass cookie.",
+        "Requests that $N cancels 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"
         );
 };
 
+"ODELCOOKIE" {
+        "/services/nickserv/email_enabled" (
+        "/msg $N ODELCOOKIE <nick|*account>",
+        "Requests that $N cancels a cookie for the specified account."
+        );
+};
+
 "COOKIE" {
         "/services/nickserv/email_enabled" (
         "/msg $N@$s COOKIE <account> <cookie>",