From ddf2baad1ee89de3610c6dafa4866ae6932fb098 Mon Sep 17 00:00:00 2001 From: farie82 Date: Mon, 24 Aug 2020 21:38:56 +0200 Subject: [PATCH] Remove the yet from the auto response mentor ticket --- code/modules/admin/topic.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/admin/topic.dm b/code/modules/admin/topic.dm index f4ebc1370df..e9b63259450 100644 --- a/code/modules/admin/topic.dm +++ b/code/modules/admin/topic.dm @@ -1666,7 +1666,7 @@ else if(href_list["autorespond"]) if(href_list["is_mhelp"]) - to_chat(usr, "Auto responses are not yet available for mentor helps.") + to_chat(usr, "Auto responses are not available for mentor helps.") return var/index = text2num(href_list["autorespond"]) if(!check_rights(R_ADMIN|R_MOD))