diff options
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" ); |
