summaryrefslogtreecommitdiffstats
path: root/lastspoke.pl
diff options
context:
space:
mode:
authorlookshe <mail@lookshe.org>2011-09-21 09:17:36 +0200
committerlookshe <mail@lookshe.org>2011-09-21 09:17:36 +0200
commit69c75288830e8e316f3c7db479fdacaf2e10b1b8 (patch)
treeb66e32bbbc3e826cbd3d053b4b88795604e5e51c /lastspoke.pl
parentd31b8400cbe5a131376efee4f7ba6ec5506807a6 (diff)
fix for special character and reading time in firstseen.pl
Diffstat (limited to 'lastspoke.pl')
-rw-r--r--lastspoke.pl2
1 files changed, 1 insertions, 1 deletions
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;