update xchat to r1492

This commit is contained in:
berkeviktor@aol.com
2011-02-28 19:21:36 +01:00
parent d3330fbe6f
commit 58c03db835
2 changed files with 12 additions and 4 deletions

View File

@ -13,6 +13,7 @@ sub get {
(!defined $last_modified || $last_modified != -M $server_file ) ) {
$last_modified = -M _;
@servers = ();
if( open my $fh, "<", $server_file ) {
local $/ = "\n\n";
while( my $record = <$fh> ) {