Escape notify
[mirrors/libpurple-core-answerscripts.git] / purple / answerscripts.d / 00-notify.sh
index 3008282de8a1d38e88a3d5b27f62ffde0cc09e7a..7e6f8db5bd586ebcac4ab7d2ad9992f2279878f4 100755 (executable)
@@ -1,3 +1,3 @@
 #!/bin/sh
 #Show notification for each incomming message
-notify-send "$ANSW_PROTOCOL:$ANSW_FROM" "$ANSW_MSG"
+notify-send -i pidgin "$ANSW_PROTOCOL:$ANSW_R_NAME" "$(echo "$ANSW_MSG" | sed -e 's/&/&/g')"
This page took 0.103585 seconds and 4 git commands to generate.