Scakk commented on a Page, blacklist  -  Oct 15, 2007

Just few things I moticed right off.

1) There is no need for the \" / \" in there.
2) You can just group all the sclick as one

on *:dialog:blacklist:sclick:*: { 
  if ($did == 14) { stuff }
  if ($did == 15) { stuff } 
}

And so one

3) You can dombine like events

    /did -b blacklist 38
    /did -b blacklist 33

Can be

 did -b blacklist 33,38 

4) This

 /timer $+ blacklist 0 1 

could be

 .timerblacklist 0 1 

and be the same. Also with a \" . \" before timer it will not show in the status window.

 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.