guest598594 commented on a Page, simple but effective away script  -  Oct 31, 2008

When checking if things are $null, you can just negate it with !.

Ex:

if (%away != $null) && (%pm. [ $+ [ $nick ] ] == $null) {

can be

if (%away) && (!%pm. [ $+ [ $nick ] ]) {
 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.