]> Pileus Git - ~andy/rhawk/commitdiff
Fix mail help text
authorAndy Spencer <andy753421@gmail.com>
Sun, 20 Dec 2015 02:53:06 +0000 (02:53 +0000)
committerAndy Spencer <andy753421@gmail.com>
Sun, 20 Dec 2015 02:53:06 +0000 (02:53 +0000)
email.awk

index eec7bd675c0a525644f53cc1d09868eaf9826a82..57b56d40c0c5fd1ecbf00959766ad3a10be2eb98 100644 (file)
--- 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
 }