Im sorry replace this sockread script your using :

Code:
on 1:sockread:home:{
  if ($sockerr > 0) return 
  var %x | sockread -fn %x
  if ($regex(%x,/(Content-|X-Powered|Server:|Date:|HTTP/1)/g) == 1) { return }
  elseif ($nhtml(%x) == $null) { return }
  else {
    echo -a %x
  }
}


Just replace that sockread part.


Code:
if $reality > $fiction { set %sanity Sane }
Else { echo -a *voices* }