mirror of
https://github.com/perlbot/perlbuut
synced 2025-06-07 15:55:42 -04:00
make the shorten plugin not add text
This commit is contained in:
parent
8693c31f9b
commit
7c9dea623d
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ sub {
|
||||||
use WWW::Shorten::TinyURL;
|
use WWW::Shorten::TinyURL;
|
||||||
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};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue