mirror of https://github.com/nealey/irc-bot
Make note sender more verbose
This commit is contained in:
parent
425de02a57
commit
a07c3e9f7b
2
notes
2
notes
|
@ -16,7 +16,7 @@ case "$text" in
|
||||||
what=${args#* }
|
what=${args#* }
|
||||||
when=$(date)
|
when=$(date)
|
||||||
|
|
||||||
echo "($when) <$sender> $what" >> $db/$who
|
echo "($when) <$prefix> $what" >> $db/$who
|
||||||
echo "Okay, $sender, I've left $who a note."
|
echo "Okay, $sender, I've left $who a note."
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Reference in New Issue