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
master
Durel 7 years ago
parent 75b8dce2cd
commit e9eef423b8

@ -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

Loading…
Cancel
Save