diff options
| author | dequis | 2014-08-07 02:00:52 -0300 | 
|---|---|---|
| committer | dequis | 2014-08-07 02:16:23 -0300 | 
| commit | 866eb1da29e97cdab1ec30be1222ece03ee31543 (patch) | |
| tree | ce6f94ee6e8d52ef9dd8d6fd47be001843d42a44 /scripts/hipchat_complete.pl | |
| parent | 17ebf30f2529c9f2f873571e06e18576ecbf71d2 (diff) | |
| download | scripts.irssi.org-866eb1da29e97cdab1ec30be1222ece03ee31543.tar.bz2 | |
Fix typos in metadata key names of several scripts
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; | 
