From f6e95878522f74eee4e15a1e756921c118e5eaa9 Mon Sep 17 00:00:00 2001 From: Dan Boger Date: Mon, 29 Jun 2009 14:37:43 -0700 Subject: [PATCH] r652 - Patch from @mwalling - rename twitter_friend to twitter_follow --- twirssi.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/twirssi.pl b/twirssi.pl index 9ef3dbf..2f6bc8d 100644 --- a/twirssi.pl +++ b/twirssi.pl @@ -11,7 +11,7 @@ $Data::Dumper::Indent = 1; use vars qw($VERSION %IRSSI); $VERSION = "2.2.4beta"; -my ($REV) = '$Rev: 650 $' =~ /(\d+)/; +my ($REV) = '$Rev: 652 $' =~ /(\d+)/; %IRSSI = ( authors => 'Dan Boger', contact => 'zigdon@gmail.com', @@ -20,7 +20,7 @@ my ($REV) = '$Rev: 650 $' =~ /(\d+)/; . 'Can optionally set your bitlbee /away message to same', license => 'GNU GPL v2', url => 'http://twirssi.com', - changed => '$Date: 2009-06-11 16:51:40 -0700 (Thu, 11 Jun 2009) $', + changed => '$Date: 2009-06-29 14:36:38 -0700 (Mon, 29 Jun 2009) $', ); my $window; -- 2.30.2