summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlookshe <mail@lookshe.org>2012-01-11 08:42:49 +0100
committerlookshe <mail@lookshe.org>2012-01-11 08:42:49 +0100
commit38252cc5541729f4e3b03bcebf36ca8e6beafa7b (patch)
tree03ea69e35d9f4679e18e7001469a230bec03ce72
parentcd391d6609866557622b19260c1e7beddb4311a7 (diff)
^ added to special characters that will be masked
tinyurl now also from acts
-rw-r--r--firstseen.pl1
-rw-r--r--lastseen.pl1
-rw-r--r--lastspoke.pl1
-rw-r--r--tinyurl.tcl1
4 files changed, 4 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;
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;
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;
diff --git a/tinyurl.tcl b/tinyurl.tcl
index 970d8f6..83cc27a 100644
--- a/tinyurl.tcl
+++ b/tinyurl.tcl
@@ -17,6 +17,7 @@ set url_length 80
package require http 2.3
bind pubm - "*" scan_text
+bind act - "*" scan_text
# -----------------------------------------------------------------------------
# Name : scan_text