Fix deprecation warning
authorRalf Ertzinger <ralf@skytale.net>
Thu, 15 Aug 2013 19:51:14 +0000 (21:51 +0200)
committerRalf Ertzinger <ralf@skytale.net>
Thu, 15 Aug 2013 19:51:14 +0000 (21:51 +0200)
quotesite.pl

index 889312a..47fb872 100644 (file)
@@ -362,7 +362,7 @@ sub init_quotesite {
 
     _load_modules($plugindir);
 
 
     _load_modules($plugindir);
 
-    unless (defined(@grabbers)) {
+    unless (@grabbers) {
         write_irssi('No grabbers found, can not proceed.');
         return;
     }
         write_irssi('No grabbers found, can not proceed.');
         return;
     }