summaryrefslogtreecommitdiffstats
path: root/lastseen.pl
diff options
context:
space:
mode:
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;