From 921d55901feab7caff9f0acd7108caa58c8e21e7 Mon Sep 17 00:00:00 2001 From: "Paul W. Frields" Date: Mon, 15 Jan 2007 06:59:50 +0000 Subject: Make sure args are not parsed as opts git-svn-id: https://irssi-libnotify.googlecode.com/svn/trunk@7 291cbfae-0d27-0410-99d7-557b17e6fe3d --- notify.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notify.pl b/notify.pl index 8dbfc16..72423a4 100644 --- a/notify.pl +++ b/notify.pl @@ -34,7 +34,7 @@ sub notify { my $cmd = "EXEC - notify-send" . " -i " . Irssi::settings_get_str('notify_icon') . " -t " . Irssi::settings_get_str('notify_time') . - " '" . $summary . "'" . + " -- '" . $summary . "'" . " '" . $message . "'"; $server->command($cmd); -- cgit