sbingner 24 лет назад
Родитель
Сommit
2e2c761ffc
1 измененных файлов с 9 добавлено и 0 удалено
  1. 9 0
      modules/Pisg/Parser/Format/xchat.pm

+ 9 - 0
modules/Pisg/Parser/Format/xchat.pm

@@ -84,6 +84,15 @@ sub thirdline
 
 
         } elsif (($5.$6) eq 'nowknown') {
         } elsif (($5.$6) eq 'nowknown') {
             $hash{newnick} = $8;
             $hash{newnick} = $8;
+
+        } elsif (($3.$4.$6) eq 'Topicforis') {
+            $self->{topictemp} = $9;
+            $hash{newtopic} = $9;
+
+        } elsif (($3.$4.$6) eq 'Topicforset') {
+            $hash{nick} = $8;
+            $hash{newtopic} =  $self->{topictemp};
+
         }
         }
 
 
         return \%hash;
         return \%hash;