]> git.donarmstrong.com Git - infobot.git/blobdiff - src/Files.pl
* Merge changes from prposed changes
[infobot.git] / src / Files.pl
index ffd8deaee7057236b55fef7c01f39250c37a6ec2..91610b6bf2e161f0f854321dfbc405d786d5f714 100644 (file)
@@ -26,7 +26,7 @@ sub loadLang {
 
     while (<FILE>) {
        chop;
-       if ($_ eq "" || /^#/) {
+       if ($_ eq '' || /^#/) {
            undef $replyName;
            next;
        }
@@ -53,7 +53,7 @@ sub loadLang {
 
 # File: Irc Servers list.
 sub loadIRCServers {
-    my ($file) = $bot_config_dir."/blootbot.servers";
+    my ($file) = $bot_config_dir."/infobot.servers";
     @ircServers = ();
     %ircPort = ();
 
@@ -81,3 +81,5 @@ sub loadIRCServers {
 }
 
 1;
+
+# vim:ts=4:sw=4:expandtab:tw=80