summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBo Ørsted Andresen <bo.andresen@zlin.dk>2007-02-28 13:13:30 +0000
committerBo Ørsted Andresen <bo.andresen@zlin.dk>2007-02-28 13:13:30 +0000
commit6203da844f5eb2caf6c1359d804b42c718f0e4f1 (patch)
tree18fd1997279fda418394711fc63b119ff15f04f0
parentc20153114ed58161cd979928a4e99e4047a4c879 (diff)
downloadwgetpaste-6203da844f5eb2caf6c1359d804b42c718f0e4f1.tar.gz
show_expiration_options() for rafb now shows that pastes on rafb.net expires after 24 hours.
-rwxr-xr-xwgetpaste5
1 files changed, 5 insertions, 0 deletions
diff --git a/wgetpaste b/wgetpaste
index 5a5b251..9f8e5f1 100755
--- a/wgetpaste
+++ b/wgetpaste
@@ -183,6 +183,11 @@ show_expiration_options() {
echo " $(eval "echo \${${SERVICE}_EXPIRATION_OPTIONS[index]}")"
done
;;
+ rafb )
+ echo 1>&2
+ echo "Pastes on ${SERVICE}: $(get_recipient) expires after 24 hours." 1>&2
+ echo "${SERVICE} has no suppport for setting expiration." 1>&2
+ ;;
* )
echo 1>&2
echo "${SERVICE} has no suppport for setting expiration." 1>&2