I have a command that responds "no" when someone types "can" in chat to discourage new chatters who ask to play with me. When regulars want to ask a question starting with "can" they get the no response too.
Command: can
Message: no $(user)
I want to exclude mods, vips and subscribers from this command. If it isn't possible to set a maximum userlevel, is there is a way to filter out certain users I could set it to ignore 10-15 regulars in chat.
Thanks :)