Hi guys, I'm trying to make a script that answer how many times the user have used the command.

Here is the script:
Code
on *:TEXT:!count:#: { 
  inc $+(%,count.,$nick)
  msg # $nick you used the count command $(%count.$nick) times!
} 


The thing is, I don't know how to display the variable that has the user in it. Does anyone know how to do it?