Proper support for chatrooms and minor fixes
[mirrors/libpurple-core-answerscripts.git] / purple / answerscripts.d / 00-debug.sh
index 5509b65a9efc0a5ce7bb779b58972ccae7383f9c..1921912be7c934b0c90252e76b9b77241fcb9613 100755 (executable)
@@ -1,4 +1,7 @@
 #!/bin/sh
 #Debug
-echo "<$ANSW_PROTOCOL/$ANSW_FROM> $ANSW_MSG" >&2;
-echo "($ANSW_STATUS: $ANSW_STATUS_MSG)" >&2;
+(
+echo "DATE: $(date)";
+env | grep -a '^ANSW_' | sort;
+echo =============================================
+) >&2;
This page took 0.098069 seconds and 4 git commands to generate.