Trying to figure out how to get the following script to work based off a single user only. Don't want it to be a global command everyone can trigger..

Just want a single user to post and the bot recognizes the user and then posts based off theirs.

Something like (but can't get it to work properly...


Code
on $*:text:/!play :#: {
  var %nicks = nekkrolepsy {
    msg $chan !play
  }
}