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