niccccckkk block

These are old archives. They are kept for historic purposes only.
Post Reply
akin
Posts: 33
Joined: Wed Jun 22, 2005 8:41 am

niccccckkk block

Post by akin »

text

Code: Select all

haloooooooooooo 
hhhhaaaaaaaaaaaaaaaloooooooooooo
hallllllllllllllllllllllo
user nickname

Code: Select all

miccccccccccccccchel
sssssssmittthh
jjjjjjjohn
? help
guesti

Post by guesti »

spamfilter { /* This one is for repeated same chars 2 and more*/
regex "(..+)\1{4}";
target { channel; };
action block;
reason "Don't repeat charts on text";
};

spamfilter { /* This one is for repeated same chars on nick 3 and more*/
regex "^(.)\1{2,}!";
target { user; };
action kill;
reason "Don't repeat charts on nickname";
};
Post Reply