diff options
author | Timo Sirainen <cras@irssi.org> | 2002-11-22 20:41:00 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2002-11-22 20:41:00 +0000 |
commit | 422ce92b4444178363798ee63231e7cacdec85cf (patch) | |
tree | b3abb9142b6746ea095eab1dde3cc566052c53be /scripts | |
parent | ad27d4aac48968d6bafb119e572957378e794972 (diff) | |
download | irssi-422ce92b4444178363798ee63231e7cacdec85cf.zip |
Updated from scripts.irssi.org
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3023 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/scriptassist.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/scriptassist.pl b/scripts/scriptassist.pl index 25b5ce9d..6a2f791e 100644 --- a/scripts/scriptassist.pl +++ b/scripts/scriptassist.pl @@ -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($_); } |