Kicklist

Kicklist

mIRC Snippet - if a person is kicked from any channel that you were on the next time he comes in any room that you are in there is a message telling you that he had a previous offense.

Postat de Copyright Categorie Review user Vizualizari Data
BLKoldSUN phoenix chanops Cod testat 322 2024-08-03 15:45:45

on *:KICK:#:{
if (!$read(kicklist.txt,w,$+(*,$knick,*)) {
write kicklist.txt $knick
}
}
on *:JOIN:#:{
if ($read(kicklist.txt,w,$+(*,$nick,*)) {
echo $chan $nick had previous offenses
}
}