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/7/fr

From UnrealIRCd documentation wiki
Jump to navigation Jump to search

Ou dans le fichier de configuration :

spamfilter {
        match-type simple;
        target { private; channel; };
        action gline;
        ban-time 1d;
        reason "Vous spammez ou vous avez un virus !";
        match "*Bonjour*viens me voir sur ma webcam*";
}