diff options
| author | Jari Matilainen | 2016-04-18 15:11:40 +0200 |
|---|---|---|
| committer | Jari Matilainen | 2016-04-18 15:11:40 +0200 |
| commit | c8c5f2a827434aec33ce2419d94a4a216b582f3e (patch) | |
| tree | 45aae3fc1ec7d94de58051cf4ca0c85c6cc1edbb /scripts | |
| parent | d27f1944014558086a0539495c45e39878ecd6f4 (diff) | |
| download | scripts.irssi.org-c8c5f2a827434aec33ce2419d94a4a216b582f3e.tar.bz2 | |
%IRSSI and was missing
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/autorun_scripts.pl | 11 |
1 files changed, 11 insertions, 0 deletions
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' ), |
