Ban Hammer

By maria on Mar 11, 2008

This triggers when you get the "# unable to join channel (address is banned)" message. It sets a timer where it will hammer the channel every three seconds. The timer disables when you join the channel.

raw 474:*: {
  if ($timer($$2)) {
    haltdef
  }
  else {
    .timer $+ $$2 0 3 .join $$2
  }
}
on *:join:#: {
  if ($nick == $me) && ($timer($chan)) {
    .timer $+ $chan OFF
  }
}

Comments

Sign in to comment.
napa182   -  Mar 11, 2008

on the on join change ur

($timer($$2))

to

($timer($chan))
 Respond  
napa182   -  Mar 11, 2008

the timer dont turn off. when i close out of other room\'s it rejoins them.

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.