From 69c75288830e8e316f3c7db479fdacaf2e10b1b8 Mon Sep 17 00:00:00 2001 From: lookshe Date: Wed, 21 Sep 2011 09:17:36 +0200 Subject: fix for special character and reading time in firstseen.pl --- lastseen.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lastseen.pl') diff --git a/lastseen.pl b/lastseen.pl index 293bcdb..cf23ebe 100644 --- a/lastseen.pl +++ b/lastseen.pl @@ -10,8 +10,8 @@ if ($#ARGV ne 2){ my $chan=$ARGV[1]; my $folder=$ARGV[0]; my $nick=$ARGV[2]; -$nick=~s/\|/\\\|/g; $nick=~s/\\/\\\\/g; +$nick=~s/\|/\\\|/g; my @files; -- cgit v1.2.3