[MIRROR] Fixes not being able to say ahelp in dchat [MDB IGNORE] (#10622)

* Fixes not being able to say ahelp in dchat (#63988)

* fix

* better code

* Fixes not being able to say ahelp in dchat

Co-authored-by: Seth Scherer <supernovaa41@gmx.com>
This commit is contained in:
SkyratBot
2022-01-12 03:52:31 +00:00
committed by GitHub
co-authored by Seth Scherer
parent 650271503c
commit 2054f35fd3
@@ -41,7 +41,7 @@
return
message = copytext_char(sanitize(message), 1, MAX_MESSAGE_LEN)
if(check_emote(message, forced))
if(message[1] == "*" && check_emote(message, forced))
return
. = say_dead(message)