summary refs log tree commit diff stats
path: root/plugins/perl/lib/Xchat
diff options
context:
space:
mode:
authorberkeviktor@aol.com <berkeviktor@aol.com>2011-02-28 19:21:36 +0100
committerberkeviktor@aol.com <berkeviktor@aol.com>2011-02-28 19:21:36 +0100
commit58c03db835e9bb1f5d4f8525b6bbdb441f2c7c71 (patch)
tree1949c64c9cf7bca8129a8807437b6fe4e0c425e8 /plugins/perl/lib/Xchat
parentd3330fbe6f3cdcf3cc43550bb61c3393eb7cd794 (diff)
update xchat to r1492
Diffstat (limited to 'plugins/perl/lib/Xchat')
-rw-r--r--plugins/perl/lib/Xchat/List/Network.pm1
1 files changed, 1 insertions, 0 deletions
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> ) {