From b5098fd4bdc8607cf52508586c56917e5f994f0e Mon Sep 17 00:00:00 2001 From: Stack Date: Fri, 10 Jul 2020 16:17:07 -0700 Subject: [PATCH] feat: Add case insensitivity to exit trigger Applies https://github.com/Mudlet/Mudlet/pull/3875/commits/96fd892a5dae6699860b7a81168b99b1d2d7dafc) --- src/discMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/discMapper.xml b/src/discMapper.xml index 956b5e7..2a2334d 100644 --- a/src/discMapper.xml +++ b/src/discMapper.xml @@ -156,7 +156,7 @@ end #000000 #000000 - ^\s*\[\s*[Ee]xits:\s*(.*)\] + (?i)^\s*\[\s*Exits:\s*(.*)\] ^\s*There (?:is|are) \w+ (?:visible|obvious) exit[s]?:\s*(.*) ^\[?\s*(?:[Vv]isible|[Oo]bvious) (?:[Pp]ath|[Ee]xit)[s]?(?: is| are)?:?\s*(.*)\]? ^\s*You see[\w\s]* exit[s]? leading (.*)