Sfoglia il codice sorgente

Only grab nick part of joins in mbot format...

sbingner 25 anni fa
parent
commit
a9f0140d6e
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      pisg.pl

+ 1 - 0
pisg.pl

@@ -884,6 +884,7 @@ sub parse_thirdline
 
             } elsif ($4 eq 'JOIN') {
                 $hash{newjoin} = $1;
+                $hash{newjoin} =~ s/!.*//;
 
             } elsif ($4 eq 'NICK') {
                 $hash{newnick} = $5;