X-Git-Url: http://git.harvie.cz/?a=blobdiff_plain;f=purple%2Fanswerscripts.sh;h=09ead3200721497d0e74f515ecf4d48330c45f5a;hb=267074cbc216a99cf5ff339f61abd9c9abd8f9f0;hp=44ce2be292ec5952b1e4b072618a1edb98edd6ac;hpb=218061aadea5a0bf861bf663554161a9cc9987f4;p=mirrors%2Flibpurple-core-answerscripts.git diff --git a/purple/answerscripts.sh b/purple/answerscripts.sh index 44ce2be..09ead32 100755 --- a/purple/answerscripts.sh +++ b/purple/answerscripts.sh @@ -17,11 +17,6 @@ # - 51-79 executed after delay, multiline output (serial processing) # - 80-99 reserved for future -#legacy support, please do NOT use PURPLE_* variables in new scripts, -#this will be removed in future releases: -export PURPLE_FROM="$ANSW_FROM" -export PURPLE_MSG="$ANSW_MSG" - #this may be modified to use run-parts from coreutils in future (can't get it to work): dir="$(dirname "$0")"; cd "$dir" #chdir to ~/.purple/ or similar @@ -52,3 +47,6 @@ if test -d "$dir"; then done; fi + +#return 0 = do not block the message +exit 0