From 58c03db835e9bb1f5d4f8525b6bbdb441f2c7c71 Mon Sep 17 00:00:00 2001 From: "berkeviktor@aol.com" Date: Mon, 28 Feb 2011 19:21:36 +0100 Subject: update xchat to r1492 --- plugins/perl/lib/Xchat/List/Network.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/perl/lib/Xchat') diff --git a/plugins/perl/lib/Xchat/List/Network.pm b/plugins/perl/lib/Xchat/List/Network.pm index da2f52dd..5755ede9 100644 --- a/plugins/perl/lib/Xchat/List/Network.pm +++ b/plugins/perl/lib/Xchat/List/Network.pm @@ -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> ) { -- cgit 1.4.1