Remove more dots

This commit is contained in:
Neale Pickett 2011-01-10 16:04:10 -06:00
parent 6032755c2e
commit f9cc8453b9
1 changed files with 2 additions and 2 deletions

4
notes
View File

@ -10,8 +10,8 @@ if [ -f $db/$sender ]; then
fi fi
case "$text" in case "$text" in
.note\ *) note\ *)
args=${text#.note } args=${text#note }
who=${args%% *} who=${args%% *}
what=${args#* } what=${args#* }
when=$(date) when=$(date)