Morten Brix Pedersen 24 лет назад
Родитель
Сommit
ae5feae67f
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      modules/Pisg/Parser/Format/bxlog.pm

+ 1 - 1
modules/Pisg/Parser/Format/bxlog.pm

@@ -70,7 +70,7 @@ sub thirdline
             }
 
         } elsif ($3 eq '>') {
-            if ($4 =~ /^([^!])+!\S+ has joined \S+$/) {
+            if ($4 =~ /^([^!]+)!\S+ has joined \S+$/) {
                 $hash{nick} = $1;
                 $hash{newjoin} = $1;
             }