Make note sender more verbose

This commit is contained in:
Neale Pickett 2010-12-16 22:07:39 -07:00
parent 425de02a57
commit a07c3e9f7b
1 changed files with 1 additions and 1 deletions

2
notes
View File

@ -16,7 +16,7 @@ case "$text" in
what=${args#* }
when=$(date)
echo "($when) <$sender> $what" >> $db/$who
echo "($when) <$prefix> $what" >> $db/$who
echo "Okay, $sender, I've left $who a note."
;;
esac