diff options
| -rw-r--r-- | _data/scripts.yaml | 12 | ||||
| -rw-r--r-- | scripts/hipchat_complete.pl | 4 | ||||
| -rw-r--r-- | scripts/orphamp.pl | 2 | ||||
| -rw-r--r-- | scripts/securemsg.pl | 2 | ||||
| -rw-r--r-- | scripts/splitlong.pl | 2 | ||||
| -rw-r--r-- | scripts/whitelist.pl | 2 | 
6 files changed, 12 insertions, 12 deletions
| diff --git a/_data/scripts.yaml b/_data/scripts.yaml index 057cf6c..546fea0 100644 --- a/_data/scripts.yaml +++ b/_data/scripts.yaml @@ -1610,12 +1610,12 @@    url: "http://irssi.org/"    version: "0.02" -- author: "John Morrissey" +- authors: "John Morrissey"    contact: "jwm@horde.net"    description: "Translate nicks to HipChat mention names"    filename: "hipchat_complete.pl"    modified: "2014-02-08 15:15:24" -  licence: "BSD" +  license: "BSD"    modules: "HTTP::Request JSON LWP::UserAgent"    name: "hipchat_complete"    version: "1.0" @@ -2816,7 +2816,7 @@    version: "1.0"  - authors: "Wohmatak" -  command: "/np" +  commands: "/np"    contact: "wohmatak@iglu.cz"    description: "Displays the song played by orpheus"    filename: "orphamp.pl" @@ -3323,7 +3323,7 @@    description: "An irssi adaptation of securequery.mrc found in the Acidmax mIRC script. :), now with multiserver support"    filename: "securemsg.pl"    modified: "2008-07-04 11:33:14" -  licence: "GPLv2" +  license: "GPLv2"    modules: "Irssi::UI"    name: "securemsg"    version: "2.1" @@ -3491,7 +3491,7 @@    description: "Split overlong PRIVMSGs to msgs with length allowed by ircd"    filename: "splitlong.pl"    modified: "2008-06-10 21:40:34" -  licence: "Public Domain" +  license: "Public Domain"    name: "splitlong"    version: "0.20" @@ -4014,7 +4014,7 @@    description: "Whitelist specific nicks or hosts and ignore messages from anyone else."    filename: "whitelist.pl"    modified: "2008-09-04 21:12:26" -  licence: "GPLv2" +  license: "GPLv2"    modules: "IO::File"    name: "whitelist"    version: "1.0" diff --git a/scripts/hipchat_complete.pl b/scripts/hipchat_complete.pl index a8711c6..094b9a6 100644 --- a/scripts/hipchat_complete.pl +++ b/scripts/hipchat_complete.pl @@ -70,11 +70,11 @@ use LWP::UserAgent;  my $VERSION = '1.0';  my %IRSSI = ( -	author => 'John Morrissey', +	authors => 'John Morrissey',  	contact => 'jwm@horde.net',  	name => 'hipchat_complete',  	description => 'Translate nicks to HipChat "mention names"', -	licence => 'BSD', +	license => 'BSD',  );  my %NICK_TO_MENTION; diff --git a/scripts/orphamp.pl b/scripts/orphamp.pl index 386a5dc..3857633 100644 --- a/scripts/orphamp.pl +++ b/scripts/orphamp.pl @@ -23,7 +23,7 @@ $VERSION = '0.9';          license         => 'GPL',          url             => 'http://irssi.org/',          changed         => 'Wed', -        command         => '/np', +        commands        => '/np',  );  diff --git a/scripts/securemsg.pl b/scripts/securemsg.pl index c719482..8557107 100644 --- a/scripts/securemsg.pl +++ b/scripts/securemsg.pl @@ -52,7 +52,7 @@ my $APPVERSION = "Securemsg v2.1";  	  contact	=> "vague`!#irssi\@freenode on irc ",  	  name		=> "securemsg",  	  description	=> "An irssi adaptation of securequery.mrc found in the Acidmax mIRC script. :), now with multiserver support", -	  licence	=> "GPLv2", +	  license	=> "GPLv2",  	  changed	=> "10.09.2007 11:30pm GST"  ); diff --git a/scripts/splitlong.pl b/scripts/splitlong.pl index e88840b..3c8a355 100644 --- a/scripts/splitlong.pl +++ b/scripts/splitlong.pl @@ -17,7 +17,7 @@ $VERSION = "0.20";  	authors     => "Bjoern \'fuchs\' Krombholz",  	contact     => "bjkro\@gmx.de",  	name        => "splitlong", -	licence     => "Public Domain", +	license     => "Public Domain",  	description => "Split overlong PRIVMSGs to msgs with length allowed by ircd",  	changed     => "Wed Jun 25 00:17:00 CET 2003",  	changes     => "Actually the real 0.19 (now 0.20), but upload didn't work some month ago, target problem fixed..." diff --git a/scripts/whitelist.pl b/scripts/whitelist.pl index 927a69a..836eec9 100644 --- a/scripts/whitelist.pl +++ b/scripts/whitelist.pl @@ -83,7 +83,7 @@ $VERSION = "1.0";  	contact		=> "phyber \[at\] #irssi, q \[at\] spuk.de",  	name		=> "whitelist",  	description	=> "Whitelist specific nicks or hosts and ignore messages from anyone else.", -	licence		=> "GPLv2", +	license		=> "GPLv2",  	changed		=> "12/03/2007 15:20 GMT"  ); | 
