Tip of the day: The IRCOp guide shows how to do everyday IRCOp tasks and contains tips on fighting spam and drones.

Translations:Spamfilter/10/fr

From UnrealIRCd documentation wiki
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}";
};