Make voice analyzers in "inclusive" mode case insensitive (#22555)

This commit is contained in:
James Denholm
2017-01-21 11:59:00 +01:00
committed by AnturK
parent 5213d41b36
commit eac371fdf4
+1 -1
View File
@@ -51,7 +51,7 @@
. = 0
switch(mode)
if(1)
if(findtextEx(raw_message, recorded))
if(findtext(raw_message, recorded))
. = 1
if(2)
if(raw_message == recorded)