summary refs log tree commit diff stats
path: root/plugins/perl
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2013-03-23 16:25:38 +0100
committerBerke Viktor <bviktor@hexchat.org>2013-03-23 16:25:38 +0100
commita6d7cfab78299171178ce556a869560630129686 (patch)
treeffde0b928bd2c471272f29d6429d3204c9348666 /plugins/perl
parent93c79d44637ebfe1061073ef838289b3bf026b37 (diff)
Get rid of the servlist_ rubbish
Diffstat (limited to 'plugins/perl')
-rw-r--r--plugins/perl/lib/Xchat/List/Network.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/perl/lib/Xchat/List/Network.pm b/plugins/perl/lib/Xchat/List/Network.pm
index 2b112e3a..3a7e2ae6 100644
--- a/plugins/perl/lib/Xchat/List/Network.pm
+++ b/plugins/perl/lib/Xchat/List/Network.pm
@@ -6,7 +6,7 @@ my $last_modified;
 my @servers;
 
 sub get {
-	my $server_file = Xchat::get_info( "configdir" ) . "/servlist_.conf";
+	my $server_file = Xchat::get_info( "configdir" ) . "/servlist.conf";
 
 	# recreate the list only if the server list file has changed
 	if( -f $server_file &&