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