From 38252cc5541729f4e3b03bcebf36ca8e6beafa7b Mon Sep 17 00:00:00 2001 From: lookshe Date: Wed, 11 Jan 2012 08:42:49 +0100 Subject: ^ added to special characters that will be masked tinyurl now also from acts --- firstseen.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'firstseen.pl') diff --git a/firstseen.pl b/firstseen.pl index 859ffa2..1e3d305 100644 --- a/firstseen.pl +++ b/firstseen.pl @@ -11,6 +11,7 @@ my $folder=$ARGV[0]; my $nick=$ARGV[2]; $nick=~s/\\/\\\\/g; $nick=~s/\|/\\\|/g; +$nick=~s/\^/\\\^/g; my @files; -- cgit v1.2.3