X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=src%2FFiles.pl;h=938f6155c7a7c087953a92dcbb524f79ff080b5c;hb=3936a3e1255582305fc4200485b71fa692e66bd3;hp=a3dae2e407581d71d867f0d1904b97bbdf78289d;hpb=8b54ff5060a6605e169acc0694cb00b89ed22cab;p=infobot.git diff --git a/src/Files.pl b/src/Files.pl index a3dae2e..938f615 100644 --- a/src/Files.pl +++ b/src/Files.pl @@ -26,7 +26,7 @@ sub loadLang { while () { chop; - if ($_ eq "" || /^#/) { + if ($_ eq '' || /^#/) { undef $replyName; next; }