X-Git-Url: http://pileus.org/git/?p=~andy%2Frhawk;a=blobdiff_plain;f=email.awk;h=57b56d40c0c5fd1ecbf00959766ad3a10be2eb98;hp=eec7bd675c0a525644f53cc1d09868eaf9826a82;hb=55a82803d9b9a05ffc1e3ce2a12e452d8bcf0a9a;hpb=d5cddc4aabab6db05c28aa9a1845a038892e367c 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 }