Matching your exact quit message:
Code: Select all
/SPAMFILTER ADD q block - - ^#FullPlanet: ºª ! // El mejor CyberCafe de Concepcion ABIERTO LAS 24 HORAS, ExCyberia Planet AHORA MEJOR "FULL PLANET", Tu eleccion // www\.fullplanet\.cl \(en construccion\) // Aurelio Manzano #575 \(pasaje corto Al frente de supermercado las brisas\)$
Matching anything containing the URI:
Code: Select all
/SPAMFILTER ADD q block - - .*www\.fullplanet\.cl.*
You could also just add a badwords block to your unrealircd.conf:
Code: Select all
badword quit {
word ".*www\.fullplanet\.cl.*";
replace "Client Exited";
};
This has the advantage that you can replace the bad word
