Anyone know how you fix this?

Code:
on *:sockread:weather:{
  sockread %tmp 
  tokenize 32 %tmp  
  if ($strip(%tmp)) { aline @weather %tmp }
  unset %tmp
}

This is what the error points to: tokenize 32 %tmp