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:23:49 +0100
committerberkeviktor@aol.com <berkeviktor@aol.com>2011-02-28 19:23:49 +0100
commit62d32a125d75e17c8c9db5a880d25ea83b6384f0 (patch)
tree2fe408072466b83795ca2f41011f90e1d72733d4 /plugins/perl/lib/Xchat
parent6355e6a76e73dfd3b8f49fcec524e7d2bbb5a11c (diff)
parent58c03db835e9bb1f5d4f8525b6bbdb441f2c7c71 (diff)
merge with xchat 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> ) {