I want one command to only trigger for one specific user? How do I enter this in the following one?
!commands add -cd=5 when $(eval '$(1)'=='giveaway' ? 'later...':' ')
Thanks
1 reply
Bashful Goat
Using $(eval) you can change the response if a certain user posts the command, other users will still be able to use it. The intended way of restricting commands is through user level (Mods/Subs/Regulars/etc).