mirror of
https://github.com/irssi/irssi.git
synced 2025-02-02 15:08:01 -05:00
Updated from scripts.irssi.org
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3023 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
ad27d4aac4
commit
422ce92b44
@ -6,7 +6,7 @@
|
||||
use strict;
|
||||
|
||||
use vars qw($VERSION %IRSSI);
|
||||
$VERSION = '2002111301';
|
||||
$VERSION = '2002112201';
|
||||
%IRSSI = (
|
||||
authors => 'Stefan \'tommie\' Tomanek',
|
||||
contact => 'stefan@pico.ruhr.de',
|
||||
@ -701,7 +701,7 @@ sub print_update (%) {
|
||||
push @table, ['', '', $_];
|
||||
}
|
||||
if (lc($_) eq lc($IRSSI{name})) {
|
||||
push @table, ['', '', "%3Please reload manually%n"];
|
||||
push @table, ['', '', "%R%9Please reload manually%9%n"];
|
||||
} else {
|
||||
load_script($_);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user