Well first off i did look for this on search but those scripts didnt work. Perhaps i didnt do something im not sure...

Anyways, Im trying to make a script that after 3 warns the user gets kicked out of the channel.

on *:text:!warn*:#BlackIntel: {
if ($nick isop $chan) && ($nick isin $chan) {
msg $chan $2 $+ , You have been warned by $nick for: $3-
}
else {
msg $chan $2 is not in the channel.
}
}

(Sorry about not putting this in code but i kept getting a javascript error and it wont allow me too.)


Well i came up with that but i couldnt get the warning part. Any help???

Last edited by Dave4989; 31/07/06 02:36 AM.