Moved some variables from global to local scope in order to fix github issue #5 and...
[mirrors/libpurple-core-answerscripts.git] / purple / answerscripts.d / 00-debug.sh
1 #!/bin/sh
2 #Debug
3 echo "<$ANSW_PROTOCOL/$ANSW_FROM> $ANSW_MSG" >&2;
4 echo "($ANSW_STATUS: $ANSW_STATUS_MSG)" >&2;
This page took 0.316407 seconds and 4 git commands to generate.