From 935e403da1a3c8704f090aa9e9bc36802ab6e3c4 Mon Sep 17 00:00:00 2001 From: "Paul W. Frields" Date: Sun, 28 Jan 2007 02:55:12 +0000 Subject: Depend on Perl to get this right git-svn-id: https://irssi-libnotify.googlecode.com/svn/trunk@27 291cbfae-0d27-0410-99d7-557b17e6fe3d --- notify.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notify.pl b/notify.pl index c87b02f..31fb40c 100644 --- a/notify.pl +++ b/notify.pl @@ -52,7 +52,7 @@ sub notify { $message, ['Close', 'Close'], {0, 0, 0}, - atoi(Irssi::settings_get_str('notify_time'))); + Irssi::settings_get_str('notify_time')); } sub print_text_notify { -- cgit