New answerscript for notify-send
[mirrors/libpurple-core-answerscripts.git] / purple / answerscripts.d / 00-notify.sh
diff --git a/purple/answerscripts.d/00-notify.sh b/purple/answerscripts.d/00-notify.sh
new file mode 100755 (executable)
index 0000000..3008282
--- /dev/null
@@ -0,0 +1,3 @@
+#!/bin/sh
+#Show notification for each incomming message
+notify-send "$ANSW_PROTOCOL:$ANSW_FROM" "$ANSW_MSG"
This page took 0.116211 seconds and 4 git commands to generate.