on *:TEXT:ww w .*:#paraguay:/mode #paraguay +b $nick | /kick #paraguay $nick Molestias continuas en la sala. Spam
I did this for my protection in the room, but I would like to record the ident and the nick and the total ip of the nick in a text file
Then, when entering a nick, check in a file if that nick, ident, or total ip of the nick is in the file and ban and kikear
Is that feasible?
I try my code
on *:TEXT:*perro*:#pruebapy:
{
mode # +b $nick
write texto.txt $nick
}