modify description for yiff.pl

This commit is contained in:
wowaname 2016-09-30 22:51:36 +00:00
parent dd219645d0
commit 79db45e309
1 changed files with 2 additions and 2 deletions

View File

@ -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 <wowaname@volatile.ch>';
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, '', '')) {