fixed logic error

This commit is contained in:
Ted Meyer 2013-07-22 15:49:06 -04:00
parent cd8de08fc3
commit 4dc14599dc

View File

@ -5,5 +5,5 @@
sender=$1 # sender (the person I am talking to)
channel=$2 # channel
equ=$3 # math equ
res=$(java nums $equ)
res=$(java -cp math/ nums $equ)
echo "PRIVMSG $channel :$sender: $res"