]> git.donarmstrong.com Git - infobot.git/blobdiff - blootbot/src/Files.pl
- Applied patch from Morten. Thanks.
[infobot.git] / blootbot / src / Files.pl
index 75c52a1ffd4d5a898feec1dd95d64bfe6f1bc245..a3dae2e407581d71d867f0d1904b97bbdf78289d 100644 (file)
@@ -48,7 +48,7 @@ sub loadLang {
     close FILE;
 
     $file =~ s/^.*\///;
-    &status("Loaded lang $file ($langCount items)");
+    &status("Loaded $file ($langCount items)");
 }
 
 # File: Irc Servers list.
@@ -77,7 +77,7 @@ sub loadIRCServers {
     close FILE;
 
     $file =~ s/^.*\///;
-    &status("Loaded ircServers $file (". scalar(@ircServers) ." servers)");
+    &status("Loaded $file (". scalar(@ircServers) ." servers)");
 }
 
 1;