Sfoglia il codice sorgente

Fix to some axur formats having a spelling error

Morten Brix Pedersen 24 anni fa
parent
commit
bc74262591
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. 4 0
      modules/Pisg/Parser/Format/axur.pm

+ 4 - 0
modules/Pisg/Parser/Format/axur.pm

@@ -82,8 +82,12 @@ sub thirdline
 
         } elsif (($4.$5) eq 'nowknown') {
             $hash{newnick} = $7;
+
+        } elsif (($4.$5) eq 'nowknow') { # To fix an error in some axur's
+            $hash{newnick} = $7;
         }
 
+
         return \%hash;
 
     } else {