From e9eef423b8ffafd96aa6fed5537ba3962c625dcb Mon Sep 17 00:00:00 2001 From: Durel Date: Thu, 28 Sep 2017 09:31:37 -0400 Subject: [PATCH] Changed bypass commands to be sent with "no echo" so that background commands don't show up if the user is echoing commands by default --- aard_inventory.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aard_inventory.xml b/aard_inventory.xml index 39577dc..ac52fe4 100644 --- a/aard_inventory.xml +++ b/aard_inventory.xml @@ -836,7 +836,7 @@ function OnPluginSend(msg) -- example, we might be sending a command to the mud to go AFK, or quit, or write a note. setPending(baseCommand) - check (Send(baseCommand)) + check (SendNoEcho(baseCommand)) return false end -- if