raethlein / AIML.js

AIML Interpreter written in node.js
69 stars 32 forks source link

Fixing a little mistake #8

Closed Kurea closed 8 years ago

Kurea commented 8 years ago

I just saw that I forgot à = in the comparison (innerNodes[i].attributes.index <= wildCardArray.length versus innerNodes[i].attributes.index < wildCardArray.length) as the index for star start at 1 (and not 0). Sorry for that fix.