From: Ralf Ertzinger Date: Thu, 15 Aug 2013 19:51:14 +0000 (+0200) Subject: Fix deprecation warning X-Git-Url: https://git.camperquake.de/gitweb.cgi?p=quotesite.git;a=commitdiff_plain;h=0bea97b6495657c4f5a7321b95a1b4f028d2b107 Fix deprecation warning --- 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; }