Doc update
[mirrors/libpurple-core-answerscripts.git] / purple / answerscripts.d / 00-debug.sh
index 5509b65a9efc0a5ce7bb779b58972ccae7383f9c..0a62ef5095cad6275babb258aec28d672b732a6b 100755 (executable)
@@ -1,4 +1,7 @@
 #!/bin/sh
-#Debug
-echo "<$ANSW_PROTOCOL/$ANSW_FROM> $ANSW_MSG" >&2;
-echo "($ANSW_STATUS: $ANSW_STATUS_MSG)" >&2;
+#Debug to pidgin's STDERR
+(
+echo "DATE: $(date)";
+env | grep -a '^ANSW_' | sort;
+echo =============================================
+) >&2;
This page took 0.156497 seconds and 4 git commands to generate.