Added debug answerscript that does not need user to see console output (using notify...
[mirrors/libpurple-core-answerscripts.git] / purple / answerscripts.d / 00-debug.sh
CommitLineData
b44d7b66
H
1#!/bin/sh
2#Debug
2bcad731 3echo "<$ANSW_PROTOCOL/$ANSW_FROM> $ANSW_MSG" >&2;
c5863c50 4echo "($ANSW_STATUS: $ANSW_STATUS_MSG)" >&2;
This page took 0.125641 seconds and 4 git commands to generate.