owl commented on a Page, answer system  -  Mar 28, 2010

mIRC has a built in Yes No dialog, the only problem is that you can't use it from events, timers is a easy way to get around it.

on *:INVITE:*:.timerinv 1 0 inv $nick #
alias -l inv { var %x $input($1 invites you to join $2,y) | if (%x) { join $2 } | else { notice $1 No Thank You. } }

(thanks gutiarmasterx7 for code box) :D

 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.