summaryrefslogtreecommitdiffstats
path: root/scripts/hipchat_complete.pl
diff options
context:
space:
mode:
authorGeert Hauwaerts2014-08-07 13:02:17 +0200
committerGeert Hauwaerts2014-08-07 13:02:17 +0200
commit1b7e359bd7c4db494f99ea203dced51f0b2d9855 (patch)
tree466bbbb26d11cd0d6e5e413e264810d792c075ab /scripts/hipchat_complete.pl
parentf2feb33d72476e68d0aa5c04fc47dc5e12310098 (diff)
parentddd1f4533eaa1a71082588349ff538ef4e5955bd (diff)
downloadscripts.irssi.org-1b7e359bd7c4db494f99ea203dced51f0b2d9855.tar.bz2
Merge pull request #27 from dequis/bunch-of-changes
Improving the script archive
Diffstat (limited to 'scripts/hipchat_complete.pl')
-rw-r--r--scripts/hipchat_complete.pl4
1 files changed, 2 insertions, 2 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;