Improve wording (visible in debug screen)
This commit is contained in:
parent
5e0fc3e17f
commit
6376ba2516
|
@ -43,7 +43,7 @@ class EventMatchCondition(
|
||||||
return conditionResolver.resolveEventMatchCondition(event, this)
|
return conditionResolver.resolveEventMatchCondition(event, this)
|
||||||
}
|
}
|
||||||
|
|
||||||
override fun technicalDescription() = "'$key' Matches '$pattern', words only '$wordsOnly'"
|
override fun technicalDescription() = "'$key' matches '$pattern', words only '$wordsOnly'"
|
||||||
|
|
||||||
fun isSatisfied(event: Event): Boolean {
|
fun isSatisfied(event: Event): Boolean {
|
||||||
// TODO encrypted events?
|
// TODO encrypted events?
|
||||||
|
|
Loading…
Reference in New Issue