warning "The time in the 'when' option in the configuration is malformed or does not exist. Please read the README for examples."
fi
return 0
fi
fi
elif["$whenday"!="$nowday"];then
if["$whenday"-lt 1 -o"$whenday"-gt 31 ];then
warning "The numeric value of the day in the 'when' option in the configuration does not match a day. Please read the README for examples."
fi
if[-z"$whentime"];then
warning "The 'when' variable in the configuration file is malformed. You either didn't specify the day or the time. Please read the README for eamples."
fi
if["$at"!="at"];then
warning "The 'when' option in the configuration doesn't contain an 'at'. Please read the README for examples."
fi
return 0
elif[-z"$whentime"];then
warning "The 'when' variable in the configuration file is malformed. You either didn't specify the day or the time. Please read the README for examples."
return 0
fi
["$at"=="at"]||return 0
["$whentime"=="$nowtime"]||return 0
if["$at"!="at"];then
warning "The 'when' option in the configuration doesn't contain an 'at'. Please read the README for examples."