Jonesy44 commented on a Page, Notice Me  -  Feb 27, 2009

if ($read(notmsg.txt,w, $+ $nick $+ )) { halt }

the w paramater specifies wildcard values for the next paramater, there is no need for the *'s and $+'s
Also, rather than halting if it matches, try continuing if it doesn't match. saves time in the total process.

if (!$read(notmsg.txt,w,$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.