From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

NAME

Horris::Connection::Plugin::PeekURL - Fetches Links And Display Some Data On It

VERSION

version v0.1.2

SYNOPSIS

<Config>
<Connection whatever>
<Plugin PeekURL/> # don't put a space before "/"
</Connection>
</Config>

DESCRIPTION

This plugin makes Morris react to messages in the form of http://.... Morris will fetch the URL, and display some information on it in the channel.

If the link is a plain HTML, it will try to find out its title by inspecting the content.

If the link is an image, it will display its dimensions.

AUTHOR

hshong <hshong@perl.kr>

COPYRIGHT AND LICENSE

This software is copyright (c) 2011 by hshong.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.