Explorar o código

fixed bug in joined part

Christoph Berg %!s(int64=21) %!d(string=hai) anos
pai
achega
1e5d64dec0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;