From: Andy Spencer Date: Sun, 20 Dec 2015 02:53:06 +0000 (+0000) Subject: Fix mail help text X-Git-Url: http://pileus.org/git/?p=~andy%2Frhawk;a=commitdiff_plain;h=55a82803d9b9a05ffc1e3ce2a12e452d8bcf0a9a Fix mail help text --- diff --git a/email.awk b/email.awk index eec7bd6..57b56d4 100644 --- a/email.awk +++ b/email.awk @@ -89,9 +89,9 @@ function mail_save(file) /^\.help e?mail$/ { say("Mail -- email users when they are mentioned") - say(".subscribe [addr] -- set your mailing address to [addr]") - say(".unsubscribe [addr] -- remove your subscription") - say(".addresses -- show your subscription address") + say(NICK ": subscribe [addr] -- set your mailing address to [addr]") + say(NICK ": unsubscribe [addr] -- remove your subscription") + say(NICK ": addresses -- show your subscription address") next }