]> hydra-www.ietfng.org Git - instirc/commitdiff
IrssiInstancer announce v0.1.5
authornwf <nwf@cs.jhu.edu>
Mon, 8 Jun 2009 16:51:18 +0000 (12:51 -0400)
committernwf <nwf@cs.jhu.edu>
Mon, 8 Jun 2009 16:51:18 +0000 (12:51 -0400)
Ignore-this: 31e14339cc21f8de09c35dcb697b44fd

darcs-hash:20090608165118-4d648-42b4abf49a97927ee5c99a92da399e66c0521fdc.gz

IrssiInstancer.pl

index a75f9b0d83b8d10562b119565b571fd491e99cc4..5f37c851f1a3b86fa0405a80dbabdea0a08f4487 100644 (file)
@@ -7,9 +7,9 @@ use vars qw($VERSION %IRSSI);
 $| = 1;
 
 use Irssi;
-$VERSION = '0.1.4';
+$VERSION = '0.1.5';
 my $extended_version = "Instancing module v$VERSION";
-my $humorous_version = "$extended_version -- A wild T=16 appears!";
+my $humorous_version = "$extended_version -- Spaced Out";
 
 %IRSSI = (
     authors => 'Glenn Willen and Nathaniel Filardo',