소스 검색

Minor typo

Morten Brix Pedersen 24 년 전
부모
커밋
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;
             }