From 0bea97b6495657c4f5a7321b95a1b4f028d2b107 Mon Sep 17 00:00:00 2001 From: Ralf Ertzinger Date: Thu, 15 Aug 2013 21:51:14 +0200 Subject: [PATCH 1/1] Fix deprecation warning --- quotesite.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quotesite.pl b/quotesite.pl index 889312a..47fb872 100644 --- a/quotesite.pl +++ b/quotesite.pl @@ -362,7 +362,7 @@ sub init_quotesite { _load_modules($plugindir); - unless (defined(@grabbers)) { + unless (@grabbers) { write_irssi('No grabbers found, can not proceed.'); return; } -- 1.8.3.1