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, '', '')) {