Bugs In AIML Ruby Parser-programR

Has anyone here ever used the ruby aiml parser
programRhttp://aiml-programr.rubyforge.org/.
I’m using it to make a chat bot and found a serious bug:

Given I have these two category in aiml file:

* pace
Oops

* world halo Oops2

Then in chat:
type “the pace” bot will react with “Oops”
the “the world halo” bot will react with “Oops2”
and type “the world pace” bot will react with “”, but it should react
with
“Oops” cuz “*” should match “the world”.

I’ll appreciate that anyone can help me out.

Best Regards,
Ryan Cheung