Ported all scripts from PURPLE_ to ANSW_ prefix. Added examples to support STATUS...
[mirrors/libpurple-core-answerscripts.git] / purple / answerscripts.d / debug.sh
1 #!/bin/sh
2 #Debug
3 echo "<$ANSW_FROM> $ANSW_MSG" >&2;
4 echo "($ANSW_STATUS: $ANSW_STATUS_MSG)" >&2;
This page took 0.288006 seconds and 5 git commands to generate.