scripts

misc scripts and tools
git clone git://git.2f30.org/scripts
Log | Files | Refs

commit 0dcc52184f2bc6ba53ccbd3a9a61a64dd209e02e
parent 8f0792c01524278f4a16265b44c0d03bbe4bb3af
Author: haris <haris@metal.lan>
Date:   Wed, 26 Jun 2013 20:38:07 +0300

Fixed description.

Diffstat:
Mshorturl.pl | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/shorturl.pl b/shorturl.pl @@ -6,7 +6,7 @@ use Clipboard; weechat::register("shorten", "cipher <haris\@2f30.org", "0.1", "Public Domain", "Short url", "", ""); -weechat::hook_command("shorten", "Press \"/shorten\" to output on the channel/buffer what shorten is currently playing", "", "", "", "shorten", ""); +weechat::hook_command("shorten", "Press \"/shorten\" to output on the channel/buffer the url from clipboard in shortened form", "", "", "", "shorten", ""); sub shorten { my $external = Clipboard->paste;