if  !  grep  -q  "ONLY"  $SPELL_CONFIG;  then
  if    query  "Disable other (non-ed2k) networks?" n
  then  ONLY=y
  else  ONLY=n
  fi
  echo  "ONLY=$ONLY"  >>  $SPELL_CONFIG
fi
