Cleaned up things, RENAMED VARIABLES! now we have ANSW_R_* and ANSW_L_* namespaces...
[mirrors/libpurple-core-answerscripts.git] / purple / answerscripts.sh
index 44ce2be292ec5952b1e4b072618a1edb98edd6ac..3b72f961a438905d4ff97246aae90e2777e110b8 100755 (executable)
 #              - 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
This page took 0.097032 seconds and 4 git commands to generate.