Hello Maroon, thanks for the detail again, the truth is that I didn't realize it either.
In principle, what I requested works, now what he stopped doing is what the one I left brought: ban when entering and changing inside the room, thanks again.

PS: I added this,

on 1:join:#: {
$BaneaUsuarios($nick,$chan)
}


On *:nick:{
var %a 1 | while ($comchan($newnick, %a)) { $BaneaUsuarios($newnick,$v1) | inc %a }
}



I tried it and it works bans when they enter and when they change inside the room. Do you think that what I have done is correct?
What I haven't tried in a room with between 200 to 400 users and I can flood ban massively.
thanks again. waiting if you think something else

Last edited by malaje; 11/11/22 01:42 AM.