From c8c5f2a827434aec33ce2419d94a4a216b582f3e Mon Sep 17 00:00:00 2001 From: Jari Matilainen Date: Mon, 18 Apr 2016 15:11:40 +0200 Subject: %IRSSI and was missing --- scripts/autorun_scripts.pl | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'scripts') diff --git a/scripts/autorun_scripts.pl b/scripts/autorun_scripts.pl index 1e6343f..d0a9bb9 100644 --- a/scripts/autorun_scripts.pl +++ b/scripts/autorun_scripts.pl @@ -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' ), -- cgit v1.2.3