You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
!set detection high = detect any string with the strings on the stop/delete lists
Example: !delete stupid deletes messages "randomstupidrandom" and "random stupid"
!set detection low = only detect the exact words (with spaces around it) on the stop/delete lists
Example: !delete stupid deletes message "random stupid" but not "randomstupidrandom"
The text was updated successfully, but these errors were encountered:
!set detection high
= detect any string with the strings on the stop/delete listsExample:
!delete stupid
deletes messages "randomstupidrandom" and "random stupid"!set detection low
= only detect the exact words (with spaces around it) on the stop/delete listsExample:
!delete stupid
deletes message "random stupid" but not "randomstupidrandom"The text was updated successfully, but these errors were encountered: