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