# warning about obtaining sources first.
#
message "\n${MESSAGE_COLOR}"                                               \
        "For ${SPELL} you have to download the sources yourself from the " \
        "Cisco Website, see\n\n"                                           \
        "${PROBLEM_COLOR}'gaze what ${SPELL}'${MESSAGE_COLOR}\n\n"         \
        "for the files and location. Put the downloaded files in "         \
        "/var/spool/sorcery \n"                                            \
        "so cast will find it.${DEFAULT_COLOR}\n" 

if ! query "YOU HAVE DOWNLOADED THE SOURCES AND WISH TO CONTINUE CASTING?" n ;
then
  message "${MESSAGE_COLOR}Please recast when you have the sources!\n"
  return 1 
fi  &&

# Standard rejected warnings.
#
source $GRIMOIRE/REJECTED_MSG
