diff --git a/notes b/notes index e9c5de2..d4aab52 100755 --- a/notes +++ b/notes @@ -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