| Tip of the day: You can allow trusted users to send more messages per second without having to make them IRCOp. Especially useful for bots. | 
Translations:Spamfilter/10/fr
		
		
		
		Jump to navigation
		Jump to search
		
Ou dans le fichier de configuration :
spamfilter {
        match-type regex;
        target { private; channel; };
        action kill;
        reason "Possible tentative d'exploit mIRC";
        match "\x01DCC (SEND|RESUME).{225}";
};