소스 검색

fixed bug in joined part

Christoph Berg 21 년 전
부모
커밋
1e5d64dec0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      modules/Pisg/Parser/Format/lulubot.pm

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

@@ -81,7 +81,7 @@ sub thirdline
 
         if ($3 eq 'Joined') {
             $hash{newjoin} = $4;
-            $hash{nick} = $3;
+            $hash{nick} = $4;
         } elsif ($4 eq 'changed') {
             $5 =~ /^topic to (.*)$/;
             $hash{newtopic} = $1;