Stewie1k94 commented on a Page, Coin Flip Snippet (Updated!)  -  Apr 25, 2011

on :JOIN:#:{ if ($($+(%,jpon.,$chan),2) == 0) { halt } | { msg $chan $nick has join $chan } }
on
:PART:#:{ if ($($+(%,jpon.,$chan),2) == 0) { halt } | { msg $chan $nick has left $chan } }
on :TEXT:!jp:#: {
if ($nick($chan,$nick,@&~)) {
if ($2 == off) {
set $+(%,jpon.,$chan) 0
msg $chan xbox_gamers1's join/part script is now switched off
}
else if ($2 == on) {
set $+(%,jpon.,$chan) 1
msg $chan xbox_gamer1's script is now switched on
}
}
}

that ok?

 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.