chiark / gitweb /
ubuntu-daily: flip -a semantics to mean --authenticated, not --anonymous
[bin.git] / irssi-notify
index a9b60713372b9ec54f9aa029fb71a35b8d2a3901..de6acf713c113d774af1d8460869e160f6d98956 100755 (executable)
@@ -16,12 +16,12 @@ ssh -n riva irssi-notify-server | \
                                message="${message#* }"
                                imp="${message%% *}"
                                message="${message#* }"
-                               notify-send -i gtk-dialog-info -t 300000 -- \
+                               notify-send -i gtk-dialog-info -t 0 -- \
                                        "New LP bug $bug ($imp)" \
                                        "<a href=\"https://launchpad.net/bugs/$bug\">$message</a>"
                                ;;
                        *)
-                               notify-send -i gtk-dialog-info -t 300000 -- \
+                               notify-send -i gtk-dialog-info -t 30000 -- \
                                        "${heading}" "${message}"
                                ;;
                esac