X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=src%2FFiles.pl;h=add4a4df235229321baa8afd40eaf0ff6f296bb6;hb=c68ac9b2d4b88535c1a2cfa695f6c4f683f0373c;hp=b302604d09a46c2b4e6f1bf4c4cae764a3ca86f9;hpb=3d90aae6dc5fadecb17f85531b1222472a8f520a;p=infobot.git diff --git a/src/Files.pl b/src/Files.pl index b302604..add4a4d 100644 --- a/src/Files.pl +++ b/src/Files.pl @@ -49,7 +49,7 @@ sub loadLang { # File: Irc Servers list. sub loadIRCServers { - my ($file) = $bot_config_dir."/ircII.servers"; + my ($file) = $bot_config_dir."/blootbot.servers"; @ircServers = (); %ircPort = ();