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 {