I'm working on a custom ulx command and want to hide your message when you type the command in chat (so that when you type the command in people don't see you doing it). I don't want to disable echoes because I want it specifically for this command. I've looked at ulx asay (which doesn't show in chat when you use it) and the only difference I've seen is in ulx.command
local asay = ulx.command( CATEGORY_NAME, "ulx asay", ulx.asay, "@", true, true )
I'm guessing that the true, true is what hides it in chat? However this isn't working on my command and I can't find any documentation on ulx.command
To reiterate I'm not looking to hide what the echo like <admin> slapped <target> but rather the !slap <target> which shows in chat