guest598594 commented on a Page, Nick Caller  -  Dec 10, 2007
on :TEXT:*:#: { ($me isin $1-) || (<nick> isin $1-) { notice $me $nick Said your name in $chan, $nick said $1- } }

should be

on *:TEXT:*#:{ if ($me isin $1- || (<nick> isin $1-) { notice $me $nick Said your name in $chan $+ , $nick said $1- } }

(includes level, the missing if, and $chan, needed $+ in between)

 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.