Cheiron commented on a Page, anti idle,easy ping/pong  -  Jan 28, 2009

you need to edit that PunkTuReD to this....

menu * {
  Ping-Pong:$iif(%pp,pingpongoff,pingpongon)
  Anti-Idle:$iif(%antiidle,antioff,antion)
}
on 1:ping: { $iif(%pp,raw pong $1 wannaplaypingpong,) }
on 1:pong: { $iif(%pp,raw ping $1 wannaplaypingpong,) }
alias pingpongoff { unset %pp | echo -a Ping-Pong has been disabled. }
alias pingpongon { set %pp on | echo -a Ping-Pong has been enabled. }
alias antioff { timeridle off | unset %antiidle | echo -a Anti-Idle has been disabled. }
alias antion { timeridle 0 120 scid -atM1 antiidle | set %antiidle on | echo -a Anti-Idle has been enabled. }
alias antiidle { msg $me Anti-Idle }

reason being... on your version there is an error with the turning off of the different ones.. the pingpong and the idle. 1 will turn off, the other wont.
my bug fix has corrected that for you.

also.. you might want to change the title of the snippet to make it more attractive..
and lose the anti-idle going to the pm box.. keep it in status window only.

otherwise nice code, gets a like and a 6

 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.