Page 1 of 1

How to add this ?

Posted: Thu Mar 23, 2006 6:08 pm
by SLipKnOt
Some one using color code as full name only 1,1 so its like

Antu is [email protected] * 1,1

so i wanna add it like userhost /spamfilter add u gline 1d flooder ??? what would be the exact code for that. make sure that wont ban other user who use color as their full name so what would be the exact code ?? help me anyone thanks.

Posted: Thu Mar 23, 2006 6:56 pm
by aquanight

Code: Select all

ban realname {
    mask "1,1 ";
    reason "Spammer";
};
At the moment, you can't use a spamfilter to check for format codes since they are stripped from the text the regex is matched against. (IIRC).