[MIRROR] [s] Fixes messages with multiple spaces in a row breaking asay [MDB IGNORE] (#8641)

* fixes multiple spaces breaking asay (#61939)

* [s] Fixes messages with multiple spaces in a row breaking asay

Co-authored-by: Ryll Ryll <3589655+Ryll-Ryll@users.noreply.github.com>
This commit is contained in:
SkyratBot
2021-10-06 21:38:06 +02:00
committed by GitHub
parent fd3f32e81c
commit fa55f2bfe9
+2
View File
@@ -865,6 +865,8 @@ GLOBAL_DATUM_INIT(ahelp_tickets, /datum/admin_help_tickets, new)
var/i = 0
for(var/word in msglist)
i++
if(!length(word))
continue
if(word[1] != "@")
continue
var/ckey_check = lowertext(copytext(word, 2))