4
0
Эх сурвалжийг харах

Ignore more 'actions' that are actually status messages

sbingner 23 жил өмнө
parent
commit
377dac9fd3

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

@@ -85,6 +85,10 @@ sub thirdline
                 ($hash{saying} =~ /^Topic is \'.*\'/) ||  
                 ($hash{saying} =~ /^Disconnected/) ||  
                 ($hash{saying} =~ /^\S+ has quit IRC \(.+\)/) ||  
+                ($hash{saying} =~ /^\S+ has left \#\S+/) ||  
+                ($hash{saying} eq 'You're not channel operator') ||
+                ($hash{nick} eq 'Attempting' && $hash{saying} =~ /^to rejoin channel/) ||  
+                ($hash{nick} eq 'Rejoined' && $hash{saying} =~ /^channel/) ||  
                 ($hash{saying} =~ /^Retrieving #\S+ info\.\.\./)
               ) {
                 return 0;