Morten Brix Pedersen il y a 24 ans
Parent
commit
ae5feae67f
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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 '>') {
         } elsif ($3 eq '>') {
-            if ($4 =~ /^([^!])+!\S+ has joined \S+$/) {
+            if ($4 =~ /^([^!]+)!\S+ has joined \S+$/) {
                 $hash{nick} = $1;
                 $hash{nick} = $1;
                 $hash{newjoin} = $1;
                 $hash{newjoin} = $1;
             }
             }