diff --git a/tool/irssi_cf_alturl.pl b/tool/irssi_cf_alturl.pl index 1626316..430cedb 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 -- (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";