1
0
Fork 0
mirror of https://github.com/perlbot/perlbuut synced 2025-06-07 00:25:40 -04:00

make the shorten plugin not add text

This commit is contained in:
Ryan Voots 2015-12-14 00:19:37 -05:00
parent 8693c31f9b
commit 7c9dea623d

View file

@ -6,7 +6,7 @@ sub {
use WWW::Shorten::TinyURL;
use WWW::Shorten 'TinyURL';
print "New link: ", WWW::Shorten::TinyURL::makeashorterlink($said->{body}) // $said->{body};
print WWW::Shorten::TinyURL::makeashorterlink($said->{body}) // $said->{body};
}