summaryrefslogtreecommitdiffstats
path: root/tinyurl.tcl
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 /tinyurl.tcl
parentcd391d6609866557622b19260c1e7beddb4311a7 (diff)
^ added to special characters that will be masked
tinyurl now also from acts
Diffstat (limited to 'tinyurl.tcl')
-rw-r--r--tinyurl.tcl1
1 files changed, 1 insertions, 0 deletions
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