Tip of the day: If you want to bypass access checks for channels as an IRCOp, use SAMODE or SAJOIN. Or use OperOverride.
|
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}";
};