I can't find my fail in my command. Can you help me?

command
Code:
on *:text:!subs:#:{
  if ($nick == ravelux) {
    var %read $read(subcount.txt,n)
    msg $chan Test: %read
    else {
    msg $nick Nope! }
  }
}


subcount.txt
Code:
232

Last edited by Ravelux; 20/05/15 06:42 AM.