From 79db45e309926a0caa7da7cc867516e984db9ce9 Mon Sep 17 00:00:00 2001 From: wowaname Date: Fri, 30 Sep 2016 22:51:36 +0000 Subject: [PATCH] modify description for yiff.pl --- scripts/yiff.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/yiff.pl b/scripts/yiff.pl index e745eff..7f057b8 100644 --- a/scripts/yiff.pl +++ b/scripts/yiff.pl @@ -1,5 +1,5 @@ # original yiff.pl by jakk, berry, and mike -# this version supports any db file +# this version is for weechat and supports any db file use utf8; use strict; @@ -10,7 +10,7 @@ my $SCRIPT_NAME = 'yiff'; my $SCRIPT_AUTHOR = 'The Krusty Krab '; my $SCRIPT_VERSION = '1.0'; my $SCRIPT_LICENCE = 'WTFPL'; -my $SCRIPT_DESC = 'Rewrite of irssi/X-Chat yiff.pl'; +my $SCRIPT_DESC = 'Rewrite of irssi/X-Chat yiff.pl for WeeChat'; if (weechat::register($SCRIPT_NAME, $SCRIPT_AUTHOR, $SCRIPT_VERSION, $SCRIPT_LICENCE, $SCRIPT_DESC, '', '')) {