From 6203da844f5eb2caf6c1359d804b42c718f0e4f1 Mon Sep 17 00:00:00 2001 From: Bo Ørsted Andresen Date: Wed, 28 Feb 2007 13:13:30 +0000 Subject: show_expiration_options() for rafb now shows that pastes on rafb.net expires after 24 hours. --- wgetpaste | 5 +++++ 1 file changed, 5 insertions(+) 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 -- cgit v1.2.3