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 --- lastspoke.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lastspoke.pl') diff --git a/lastspoke.pl b/lastspoke.pl index 77a6a9b..5df925f 100644 --- a/lastspoke.pl +++ b/lastspoke.pl @@ -10,8 +10,8 @@ if ($#ARGV ne 2){ my $folder=$ARGV[0]; my $chan=$ARGV[1]; my $nick=$ARGV[2]; -$nick=~s/\|/\\\|/g; $nick=~s/\\/\\\\/g; +$nick=~s/\|/\\\|/g; my @files; -- cgit v1.2.3