summaryrefslogtreecommitdiffstats
path: root/tool
diff options
context:
space:
mode:
authorunethical <une@thi.cal>2019-05-04 14:12:21 +0000
committerunethical <une@thi.cal>2019-05-04 14:12:21 +0000
commit65506e84f79216b1d3b28675044ba772bb1e47e7 (patch)
treec72cf00fbd42bb3da35194546bff865a2b784a61 /tool
parent4413334f89bbcd5f0897fa6558c346c2d8119b05 (diff)
downloadcloudflare-tor-65506e84f79216b1d3b28675044ba772bb1e47e7.tar
cloudflare-tor-65506e84f79216b1d3b28675044ba772bb1e47e7.tar.gz
cloudflare-tor-65506e84f79216b1d3b28675044ba772bb1e47e7.tar.lz
cloudflare-tor-65506e84f79216b1d3b28675044ba772bb1e47e7.tar.xz
cloudflare-tor-65506e84f79216b1d3b28675044ba772bb1e47e7.zip
Update 'tool/irssi_cf_alturl.pl'
Diffstat (limited to 'tool')
-rw-r--r--tool/irssi_cf_alturl.pl5
1 files changed, 2 insertions, 3 deletions
diff --git a/tool/irssi_cf_alturl.pl b/tool/irssi_cf_alturl.pl
index 1626316e..430cedbe 100644
--- a/tool/irssi_cf_alturl.pl
+++ b/tool/irssi_cf_alturl.pl
@@ -10,11 +10,10 @@
# /set cflarealt_channels <"#channel1, #channel2, etc"> -- Channels to automatically convert. Empty Defaults to all
# /set cflarealt_shorturl_activate <on|off> -- (off) set it 'on' to use shortner
# /set cflarealt_shorturl_min <40> -- (40) How long a url has to be to trigger automatic url shortening
-#
-# Optional manual usage is
-# /cflarealt http://yourlongurl.com/blahblahblah
#---------------------------------------------------------------------
+
##use strict;
+
use vars qw($VERSION %IRSSI);
$VERSION = "20190505";