From: Andy Spencer Date: Mon, 11 Jun 2012 00:55:36 +0000 (+0000) Subject: fix stfu and notify msg X-Git-Url: http://pileus.org/git/?p=~andy%2Frhawk;a=commitdiff_plain;h=6906556aeafc8375b5de8ce479f0967d7696e647 fix stfu and notify msg --- diff --git a/email.awk b/email.awk index 9f334f9..270836e 100644 --- a/email.awk +++ b/email.awk @@ -44,7 +44,7 @@ function mail_prep(user, chan, } } } - say("notifying " user " at " addr) + privmsg(chan, "notifying " user " at " addr) mail_send(addr, "Message for " user " in " chan, body) delete mail_ready[user][chan] } @@ -74,6 +74,7 @@ FROM ~ OWNER && /^stfu$/ { reply("well fine then") delete mail_enable[FROM] + delete mail_ready[FROM] } DST ~ /^#.*/ {