summaryrefslogtreecommitdiffstats
path: root/lastseen.pl
diff options
context:
space:
mode:
Diffstat (limited to 'lastseen.pl')
-rw-r--r--lastseen.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/lastseen.pl b/lastseen.pl
index 1c3c6cc..4d78cc5 100644
--- a/lastseen.pl
+++ b/lastseen.pl
@@ -12,6 +12,7 @@ my $folder=$ARGV[0];
my $nick=$ARGV[2];
$nick=~s/\\/\\\\/g;
$nick=~s/\|/\\\|/g;
+$nick=~s/\^/\\\^/g;
my @files;