butterscotchstallion / limnoria-plugins

A smattering of Limnoria plugins I've written
MIT License
14 stars 14 forks source link

Please add support to shrink/tiny the url as well as return the title! #69

Closed seitzbg closed 8 years ago

seitzbg commented 8 years ago

Please add support to shrink/tiny the url as well as return the title!

butterscotchstallion commented 8 years ago

You can do this using the ShrinkUrl plugin: https://github.com/ProgVal/Limnoria/tree/master/plugins/ShrinkUrl

seitzbg commented 8 years ago

how do they work together ? In the past only one plugin could handle input.

Bryan Seitz

On Oct 31, 2015, at 1:52 PM, Butterscotch Stallion notifications@github.com wrote:

You can do this using the ShrinkUrl plugin: https://github.com/ProgVal/Limnoria/tree/master/plugins/ShrinkUrl

— Reply to this email directly or view it on GitHub.

butterscotchstallion commented 8 years ago

This will result in the bot appending the shortened URL on the end of the message, or a new line if there is not enough space.

seitzbg commented 8 years ago

Thanks it worked!!

On Sat, Oct 31, 2015 at 10:09:13PM -0700, Butterscotch Stallion wrote:

• !load ShrinkUrl • !config supybot.plugins.ShrinkUrl.shrinkSnarfer True

This will result in the bot appending the shortened URL on the end of the message, or a new line if there is not enough space.

— Reply to this email directly or view it on GitHub.*

Bryan G. Seitz

butterscotchstallion commented 8 years ago

Great :)