diff options
Diffstat (limited to 'scripts/hipchat_complete.pl')
| -rw-r--r-- | scripts/hipchat_complete.pl | 4 |
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; |
