Testor commented on a Page, nick  -  Nov 15, 2009

you should strip out control (k/u/r/b) codes from your description.
And check if $Me isin $Strip($1-), rather than just $Me isin $1-
Also, instead of

on *:TEXT:*:#:{ 
  if ($chan == $active) { 
    halt
  }
  else { 
..

to

on *:TEXT:*:#:{ 
  if ($chan != $active) { 
...
 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.