Hello everyone,

I would like to know is there any possible way to block a certain isp from entering my channel?
I want to block everyone with a aol.com hostmask. The reason for this being their hostmask always changes and bypasses my banlist.

I have no clue on how to do this or if there are any commands to do so. The only thing I can think of was setting up a type of a AutoVoice script that will KB them.

Php Code:

on *:JOIN:#: {
  if (%AntiAOL. [ $+ [ $chan ] ] == on) {
  .ban -k $chan $nick }
  elseif (%AntiAOL. [ $+ [ $chan ] ] == off) { HALT }
  else { halt }
}
} 


Something along those lines using a remote script to activate. But that is totally wrong.

If anyone has any clue on how to rid a certain ISP please tell smile

Thanks.

Last edited by Justin_F; 18/01/07 01:51 AM.