fixed logic error
This commit is contained in:
parent
cd8de08fc3
commit
4dc14599dc
@ -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"
|
Loading…
Reference in New Issue
Block a user