Hi gate.
Luv the script.
I put this in my script earlier to protect hosts from hosting others but the problem is it dehosts even when someone with host access joins. I want it so that if someone has host access in the access list it will leave them hosted when they join, but deop them if they try to host anyone else. Any ideas on how to accomplish this?
Here is what i put in
#anti-hostx on
on *:OP:#:{
if ($opnick == $me ) || ($nick == $me) || ($nick isowner #) { halt }
else {
mode # -o $opnick
mode # -o $nick
}
}
#anti-hostx end
Thanks in advance