X-Git-Url: http://git.harvie.cz/?p=mirrors%2Flibpurple-core-answerscripts.git;a=blobdiff_plain;f=purple%2Fanswerscripts.d%2F00-notify.sh;fp=purple%2Fanswerscripts.d%2F00-notify.sh;h=3008282de8a1d38e88a3d5b27f62ffde0cc09e7a;hp=0000000000000000000000000000000000000000;hb=bdf0d77f9057b89b80d15a529db05016e4eefe2c;hpb=2270485e8ffed1081f810d3352fd53d1b3ee2e6d diff --git a/purple/answerscripts.d/00-notify.sh b/purple/answerscripts.d/00-notify.sh new file mode 100755 index 0000000..3008282 --- /dev/null +++ b/purple/answerscripts.d/00-notify.sh @@ -0,0 +1,3 @@ +#!/bin/sh +#Show notification for each incomming message +notify-send "$ANSW_PROTOCOL:$ANSW_FROM" "$ANSW_MSG"