summaryrefslogtreecommitdiffstats
path: root/lastseen.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 /lastseen.pl
parentd31b8400cbe5a131376efee4f7ba6ec5506807a6 (diff)
fix for special character and reading time in firstseen.pl
Diffstat (limited to 'lastseen.pl')
-rw-r--r--lastseen.pl2
1 files changed, 1 insertions, 1 deletions
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;