Spanky commented on a Page, Easy Popup invite script  -  Jul 12, 2009
 ;###############################
;Created by PwnerJohn          #
;Helped by IE|ix007 (GameSurge)#
;###############################

on *:INVITE:*: { 
  .timer.invite 1 1 invited 
  set %invite.chan $chan
  set %invite.nick $nick
}

alias invited { 
  if ($?!="You have been invited to %invite.chan by %invite.nick Accept or Deny?" == $true) { .j %invite.chan  
else { .msg %invite.nick I do not want to join that channel at this time. Thanks for the invite though! | unset %invite.chan | unset %invite.nick } }
   unset %invite.chan
  unset %invite.nick
} 

oh and maybe, if they keep inviting you even you said no make it ignore them. just a few ideas.

 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.