Ported all scripts from PURPLE_ to ANSW_ prefix. Added examples to support STATUS...
[mirrors/libpurple-core-answerscripts.git] / purple / answerscripts.d / debug.sh
index 021c71399a4d21972fb2fe599f217a7d642b4aac..ad2ddb75affc83c162e508a5295fcfe52f617992 100755 (executable)
@@ -1,3 +1,4 @@
 #!/bin/sh
 #Debug
-echo "<$PURPLE_FROM> $PURPLE_MSG" >&2;
+echo "<$ANSW_FROM> $ANSW_MSG" >&2;
+echo "($ANSW_STATUS: $ANSW_STATUS_MSG)" >&2;
This page took 0.105745 seconds and 4 git commands to generate.