Has anyone here ever used the ruby aiml parser programR<http://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: <category> <pattern>* pace</pattern> <template>Oops</template> </category> <category> <pattern>* world halo</pattern> <template>Oops2</template> </category> 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 -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.