I want to check the command user is in the file!


Code:
on *:TEXT:!buyvip:#: {
  if ($nick <? ISIN ?> $read(vip.txt)) {
    msg $chan You're already VIP user!
  }
  else {
    msg $chan You're now vip :)
  }
}

Last edited by DvD_cD; 30/03/14 02:51 PM.