modify description for yiff.pl
This commit is contained in:
parent
dd219645d0
commit
79db45e309
@ -1,5 +1,5 @@
|
|||||||
# original yiff.pl by jakk, berry, and mike
|
# 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 utf8;
|
||||||
use strict;
|
use strict;
|
||||||
@ -10,7 +10,7 @@ my $SCRIPT_NAME = 'yiff';
|
|||||||
my $SCRIPT_AUTHOR = 'The Krusty Krab <wowaname@volatile.ch>';
|
my $SCRIPT_AUTHOR = 'The Krusty Krab <wowaname@volatile.ch>';
|
||||||
my $SCRIPT_VERSION = '1.0';
|
my $SCRIPT_VERSION = '1.0';
|
||||||
my $SCRIPT_LICENCE = 'WTFPL';
|
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,
|
if (weechat::register($SCRIPT_NAME, $SCRIPT_AUTHOR, $SCRIPT_VERSION,
|
||||||
$SCRIPT_LICENCE, $SCRIPT_DESC, '', '')) {
|
$SCRIPT_LICENCE, $SCRIPT_DESC, '', '')) {
|
||||||
|
Loading…
Reference in New Issue
Block a user