Sorasyn commented on a Page, On/Off script  -  Aug 14, 2010

One suggestion I noticed on your trigger that you have (!ucmd on|!ucmd off) could be cleaned up

on $@*:TEXT:/^[!]ucmd/Si:#: { 

and call

 if ($regml(1) == !ucmd off) { 

those events with

 if ($2 == off) { 

Again just a suggestion, if anything its to make your code easier to read

 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.