diff options
| author | Geert Hauwaerts | 2014-08-07 13:02:17 +0200 |
|---|---|---|
| committer | Geert Hauwaerts | 2014-08-07 13:02:17 +0200 |
| commit | 1b7e359bd7c4db494f99ea203dced51f0b2d9855 (patch) | |
| tree | 466bbbb26d11cd0d6e5e413e264810d792c075ab /scripts | |
| parent | f2feb33d72476e68d0aa5c04fc47dc5e12310098 (diff) | |
| parent | ddd1f4533eaa1a71082588349ff538ef4e5955bd (diff) | |
| download | scripts.irssi.org-1b7e359bd7c4db494f99ea203dced51f0b2d9855.tar.bz2 | |
Merge pull request #27 from dequis/bunch-of-changes
Improving the script archive
Diffstat (limited to 'scripts')
| -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 |
5 files changed, 6 insertions, 6 deletions
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" ); |
