plane holder hard dels (#19374)

* plane holder hard dels

* .

* .

* .

* vac hard del

* this

* .

* .

---------

Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
Kashargul
2026-04-06 07:26:31 +02:00
committed by GitHub
parent 0d0267a4c1
commit 1c80ef4d35
10 changed files with 65 additions and 46 deletions
+1 -1
View File
@@ -155,7 +155,7 @@ GLOBAL_LIST_EMPTY(runechat_image_cache)
for(var/word in names)
if(length(word) > 3)
parts += word
parts += REGEX_QUOTE(word)
var/regex/message_regex = new("\\b(" + parts.Join("|") + ")\\b(?!\[^<]*>)", "gi")