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