mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-19 02:56:14 +01:00
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:
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user