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/splitlong.pl | |
| parent | 17ebf30f2529c9f2f873571e06e18576ecbf71d2 (diff) | |
| download | scripts.irssi.org-866eb1da29e97cdab1ec30be1222ece03ee31543.tar.bz2 | |
Fix typos in metadata key names of several scripts
Diffstat (limited to 'scripts/splitlong.pl')
| -rw-r--r-- | scripts/splitlong.pl | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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..." | 
