Morten Brix Pedersen %!s(int64=24) %!d(string=hai) anos
pai
achega
ae5feae67f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;
             }