From 55a82803d9b9a05ffc1e3ce2a12e452d8bcf0a9a Mon Sep 17 00:00:00 2001 From: Andy Spencer Date: Sun, 20 Dec 2015 02:53:06 +0000 Subject: [PATCH] Fix mail help text --- email.awk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 } -- 2.43.2