Opps!

locate

Code:
on *:sockread:ftpcheck>*:{


and replace with

Code:
on *:sockread:ftpcheck>*:{
  var %nick =  $gettok($sockname,2,$asc(>))
  var %check = $gettok($sockname,3,$asc(>))


i forgot to add the creating of these in the socketread event, they need to be extracted from the socketname the same as they were in the sockopen event.