Just to start off, I've searched on the forums and I found some posts, but I didn't find anything that could help revolving around my question.
Let's say I made a command, I have it logged and it runs silently. Only superadmins can see that someone did the command. Now let's say I want to keep it the way that everyone can see some commands in the chat with echo mode set to 1 (You know, anonymous output), but I still want normal admins to see who did that command (and only that command) without giving them access to see what normally would be silent commands. (Let's hope my explanation isn't really confusing)
My main question is simple: Is this possible without manually adding something to check if IsAdmin is true and then print a message using ChatPrint or similar?