mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 21:48:39 +01:00
Make voice analyzers in "inclusive" mode case insensitive (#22555)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user