Get rid of the servlist_ rubbish

This commit is contained in:
Berke Viktor
2013-03-23 16:25:38 +01:00
parent 93c79d4463
commit a6d7cfab78
2 changed files with 4 additions and 4 deletions

View File

@ -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 &&