]> git.99rst.org Git - irssi-scripts.irssi.org.git/commitdiff
Fix typos in metadata key names of several scripts
authordequis <redacted>
Thu, 7 Aug 2014 05:00:52 +0000 (02:00 -0300)
committerdequis <redacted>
Thu, 7 Aug 2014 05:16:23 +0000 (02:16 -0300)
_data/scripts.yaml
scripts/hipchat_complete.pl
scripts/orphamp.pl
scripts/securemsg.pl
scripts/splitlong.pl
scripts/whitelist.pl

index 057cf6cdcf62208c10d9eb78e937abae1bae0caf..546fea0ff08f9588d6fd1e068e91c0142b369d33 100644 (file)
   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"
   version: "1.0"
 
 - authors: "Wohmatak"
-  command: "/np"
+  commands: "/np"
   contact: "wohmatak@iglu.cz"
   description: "Displays the song played by orpheus"
   filename: "orphamp.pl"
   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"
   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"
 
   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"
index a8711c6a75215062ab3795bb5bc2b15e39a4331f..094b9a649597e12d95e8fc8babe35db01355dbff 100644 (file)
@@ -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;
index 386a5dc5b9c340b3ad4b1ff901efca1c3e9b72ac..385763390b49d9488613b0e293739f2ef8090cab 100644 (file)
@@ -23,7 +23,7 @@ $VERSION = '0.9';
         license         => 'GPL',
         url             => 'http://irssi.org/',
         changed         => 'Wed',
-        command         => '/np',
+        commands        => '/np',
        
 ); 
 
index c719482d39fb3ab60837c649f1a48fe71df1c9c3..85571070993ac255a052dd48e7ba263762fce0af 100644 (file)
@@ -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"
 );
 
index e88840bc9dedd13095294e0b72755cace454d7bc..3c8a355a674eb57c9b28fcd5f303ce288818cca1 100644 (file)
@@ -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..."
index 927a69af316d5f827bf377b5822665a30c5f5d10..836eec9e2a55d3641ff92acd70d0b1dcbab17ad3 100644 (file)
@@ -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"
 );
 
git clone https://git.99rst.org/PROJECT