Catch all does not catch empty message|a2b|roy@wasystems.net|1222332130|a2b|xx|0|76.102.148.130|I noticed that &quot;+ *&quot; does not catch a blank input. &nbsp;I clean input strings before sending them to the interpreter and sometimes people will say &quot;?&quot; or a smiley face which is then removed and thus passing a blank message. Rivescript replies with Err: no reply found. &nbsp;As a temp solution I am testing if the input is blank and setting it to &quot;asdf&quot;. &nbsp;<br /><br />||||
Re: Catch all does not catch empty message|Kirsle|casey@cuvou.net|1224219636|Kirsle|xx|0|69.232.42.17|This will be fixed in version 1.18 (where an extra substitution is done against /^\*$/ to turn it into a (.*?) instead of a (.+?)).||1224219711|Kirsle|
