]> git.99rst.org Git - irssi-scripts.irssi.org.git/commitdiff
%IRSSI and was missing
authorJari Matilainen <redacted>
Mon, 18 Apr 2016 13:11:40 +0000 (15:11 +0200)
committerJari Matilainen <redacted>
Mon, 18 Apr 2016 13:11:40 +0000 (15:11 +0200)
scripts/autorun_scripts.pl

index 1e6343f6600086de3942b30ca08a420e21d8e21d..d0a9bb9ba8a584139da0e767cd47f6610174e616 100644 (file)
@@ -34,6 +34,17 @@ use File::ChangeNotify;
 use File::Basename qw( basename );
 use Irssi qw(timeout_add command get_irssi_dir);
 
+use vars qw($VERSION %IRSSI);
+$VERSION = "0.1";
+%IRSSI = (
+          authors       => "Jari Matilainen, original script by nightfrog",
+          contact       => 'vague!#irssi@freenode on irc',
+          name          => "autorun_scripts",
+          description   => "Autorun scripts/symlinks created in the scripts/autorun directory",
+          license       => "GPLv2",
+          changed       => "18/04/2016 15:10:00 CEST"
+);
+
 my $watch = File::ChangeNotify->instantiate_watcher(
     directories => [
         File::Spec->catdir( get_irssi_dir() . '/scripts/autorun' ),
git clone https://git.99rst.org/PROJECT