on *:TEXT:*:#Chan:{ if (($chr(33) && $chr(63) && $chr(95) && $chr(2) && $chr(31) && $chr(68) && $chr(65) && $chr(78) && $chr(71) && $chr(69) && $chr(82)) isin $1-) { mode #Chan +MRb $address($nick,2) | kick #Chan $nick Flooo000000000000oooooood! } }

The thing is I need this to bad when all the $chr's in a msg in random order... but it kicks for example for r or for d... (on some tests it kicked someone for saying "u made scripts"

The flood msgs we do get look like

danger!_!DANGER??¿¿??danger!_!DANGER??¿¿??danger!_!DANGER??¿¿??danger!_!DANGER??¿¿??danger!_!DANGER??¿¿??danger!_!DANGER??¿¿??danger!_!DANGER??¿¿??danger!_!DANGER??¿¿??danger!_!DANGER??¿¿??danger!_!D

but they change the ccodes and the ?!'s place on every flood..

So I want the script to tiger with D, A, N, G, E, R, _, ?, !, , and  are in the same line in any order to kick the user...

Any help welcome.