aichaos / rivescript-python

A RiveScript interpreter for Python. RiveScript is a scripting language for chatterbots.
https://www.rivescript.com
MIT License
157 stars 71 forks source link

set_person doesn't work #143

Closed snoopyjc closed 4 years ago

snoopyjc commented 4 years ago

The regex needs to be precompiled here, and if None is passed, the variable should not be set after you delete it.

snoopyjc commented 4 years ago

I'm fixing this.

kirsle commented 4 years ago

Fixed in #144.