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
case "$text" in
.note\ *)
args=${text#.note }
note\ *)
args=${text#note }
who=${args%% *}
what=${args#* }
when=$(date)