mirror of
https://github.com/irssi/irssi.git
synced 2026-08-19 16:42:30 +02:00
Updated from scripts.irssi.org
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3053 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
13eb240ece
commit
78b5867f3f
1 changed files with 2 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
||||||
use strict;
|
use strict;
|
||||||
|
|
||||||
use vars qw($VERSION %IRSSI);
|
use vars qw($VERSION %IRSSI);
|
||||||
$VERSION = '2002120901';
|
$VERSION = '2002121001';
|
||||||
%IRSSI = (
|
%IRSSI = (
|
||||||
authors => 'Stefan \'tommie\' Tomanek',
|
authors => 'Stefan \'tommie\' Tomanek',
|
||||||
contact => 'stefan@pico.ruhr.de',
|
contact => 'stefan@pico.ruhr.de',
|
||||||
|
|
@ -500,6 +500,7 @@ sub print_info (%) {
|
||||||
$line .= "\n";
|
$line .= "\n";
|
||||||
}
|
}
|
||||||
#$line .= " Needed Irssi scripts:\n";
|
#$line .= " Needed Irssi scripts:\n";
|
||||||
|
$line .= " Needed Irssi Scripts:\n" if $data{$script}{depends};
|
||||||
foreach (sort keys %{$data{$script}{depends}}) {
|
foreach (sort keys %{$data{$script}{depends}}) {
|
||||||
if ( $data{$script}{depends}{$_}{installed} == 1 ) {
|
if ( $data{$script}{depends}{$_}{installed} == 1 ) {
|
||||||
$line .= " %g->%n ".$_." (loaded)";
|
$line .= " %g->%n ".$_." (loaded)";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue