use vars qw($VERSION %IRSSI);
-$VERSION = "2.3.3";
+$VERSION = "2.3.4beta";
%IRSSI = (
authors => 'Dan Boger',
contact => 'zigdon@gmail.com',
my $modified = $data;
$data = &shorten($text);
- return if &too_long($data);
+ return if $modified and &too_long($data);
my $success = 1;
eval {
}
$defservice = $service = ucfirst lc $service;
- eval "use Net::$service 3.0";
+ eval "use Net::$service 3.05";
if ($@) {
¬ice(
"Failed to load Net::$service when trying to log in as $user: $@");