diff options
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/email_privmsgs.pl | 2 | ||||
| -rw-r--r-- | scripts/emo.pl | 2 | ||||
| -rw-r--r-- | scripts/fnotify.pl | 2 | ||||
| -rw-r--r-- | scripts/greetignore.pl | 2 | ||||
| -rw-r--r-- | scripts/gsi.pl | 2 | ||||
| -rw-r--r-- | scripts/hipchat_complete.pl | 4 | ||||
| -rw-r--r-- | scripts/notes.pl | 4 | ||||
| -rw-r--r-- | scripts/tmux_away.pl | 3 | ||||
| -rw-r--r-- | scripts/trackbar.pl | 6 | ||||
| -rw-r--r-- | scripts/xmms.pl | 4 |
10 files changed, 17 insertions, 14 deletions
diff --git a/scripts/email_privmsgs.pl b/scripts/email_privmsgs.pl index 893006c..22216cd 100644 --- a/scripts/email_privmsgs.pl +++ b/scripts/email_privmsgs.pl @@ -32,7 +32,7 @@ $VERSION = '0.5'; %IRSSI = ( authors => 'Adam James', contact => 'atj@pulsewidth.org.uk', - url => 'http://git.pulsewidth.org.uk/?p=irssi-scripts.git;a=summary' + url => 'http://git.pulsewidth.org.uk/?p=irssi-scripts.git;a=summary', name => 'email_privmsgs', description => "Emails you private messages sent while you're away. " . diff --git a/scripts/emo.pl b/scripts/emo.pl index c1772fa..9b96587 100644 --- a/scripts/emo.pl +++ b/scripts/emo.pl @@ -22,7 +22,7 @@ $VERSION = "0.0.1"; name => "emo", description => "Outputs various unicode emoticons", commands => "emo", - licence => "Public Domain" + license => "Public Domain" ); use Irssi; diff --git a/scripts/fnotify.pl b/scripts/fnotify.pl index 76e46b4..5321ee8 100644 --- a/scripts/fnotify.pl +++ b/scripts/fnotify.pl @@ -7,8 +7,10 @@ $VERSION = '0.0.5'; %IRSSI = ( name => 'fnotify', authors => 'Thorsten Leemhuis, James Shubin, Serge van Ginderachter', + contact => 'fedora@leemhuis.info, serge@vanginderachter.be', description => 'Write notifications to a file in a consistent format.', license => 'GNU General Public License', + url => 'http://www.leemhuis.info/files/fnotify/fnotify https://ttboj.wordpress.com/', ); # diff --git a/scripts/greetignore.pl b/scripts/greetignore.pl index 69f3920..5489671 100644 --- a/scripts/greetignore.pl +++ b/scripts/greetignore.pl @@ -30,7 +30,7 @@ $VERSION = "1.1"; name => "greetignore", description => "Hide the stupid \"greet messages\" posted by some bots". " after someone joins a channel.", - licence => "GPLv2", + license => "GPLv2", changed => "20120914", ); diff --git a/scripts/gsi.pl b/scripts/gsi.pl index d874bd7..c61a247 100644 --- a/scripts/gsi.pl +++ b/scripts/gsi.pl @@ -21,7 +21,7 @@ use vars qw($VERSION %IRSSI); $VERSION = "220904-04:30:00"; -my %IRSSI = ( +%IRSSI = ( authors => "mistr", contact => "mistr\@sensewave.com", name => "gsi", diff --git a/scripts/hipchat_complete.pl b/scripts/hipchat_complete.pl index 54a3c52..0e92474 100644 --- a/scripts/hipchat_complete.pl +++ b/scripts/hipchat_complete.pl @@ -67,8 +67,8 @@ use strict; use Irssi; use WebService::HipChat; -my $VERSION = '2.0'; -my %IRSSI = ( +our $VERSION = '2.0'; +our %IRSSI = ( authors => 'John Morrissey', contact => 'jwm@horde.net', name => 'hipchat_complete', diff --git a/scripts/notes.pl b/scripts/notes.pl index 99d192d..d1ebae2 100644 --- a/scripts/notes.pl +++ b/scripts/notes.pl @@ -20,8 +20,8 @@ use DBM::Deep; use vars qw($VERSION %IRSSI); -my $VERSION = '0.31'; -my %IRSSI = ( +$VERSION = '0.31'; +%IRSSI = ( authors => 'vague', contact => 'vague!#irssi\@freenode', name => 'notes', diff --git a/scripts/tmux_away.pl b/scripts/tmux_away.pl index a86b0d5..f0f0cce 100644 --- a/scripts/tmux_away.pl +++ b/scripts/tmux_away.pl @@ -6,7 +6,8 @@ use vars qw($VERSION %IRSSI); $VERSION = "2.0"; %IRSSI = ( - authors => 'jcv', + authors => 'John C. Vernaleo', + contact => 'john@netpurgatory.com', name => 'tmux_away', description => 'set (un)away if tmux session is attached/detached', license => 'GPL v2', diff --git a/scripts/trackbar.pl b/scripts/trackbar.pl index 8f38a52..2c5375a 100644 --- a/scripts/trackbar.pl +++ b/scripts/trackbar.pl @@ -127,10 +127,10 @@ use Irssi; use Irssi::TextUI; use POSIX qw(strftime); use utf8; +use vars qw(%IRSSI $VERSION); +$VERSION = "1.7"; -my $VERSION = "1.7"; - -my %IRSSI = ( +%IRSSI = ( authors => "Peter 'kinlo' Leurs, Uwe Dudenhoeffer, " . "Michiel Holtkamp, Nico R. Wohlgemuth", contact => "irssi-trackbar\@supermind.nl", diff --git a/scripts/xmms.pl b/scripts/xmms.pl index dcd8278..a18c2b9 100644 --- a/scripts/xmms.pl +++ b/scripts/xmms.pl @@ -29,14 +29,14 @@ use strict; use Irssi; use vars qw($VERSION %IRSSI); $VERSION = "2.0"; -%IRSSI = { +%IRSSI = ( authors => 'Simon Shine', contact => 'simon@blueshell.dk', name => 'xmms', description => 'XMMS-InfoPipe front-end - allow /np [-help] [dest]', license => 'Public Domain', changed => '2004-01-15' -}; +); Irssi::settings_add_str('xmms', 'xmms_fifo', '/tmp/xmms-info'); Irssi::settings_add_str('xmms', 'xmms_format', 'np: %title at %bitrate [%pos of %length]'); |
