Aucun50 commented on a Page, mimic  -  Mar 04, 2009

Missing a end bracket:

menu channel,nicklist,query {
  .D4n's Mimicer
  ..Mimic Person:/mimic $$?="Person to mimic:"
  ..End Mimic:/mimic.off
}

This can be shortend

on *:text:*:%channel: {
  if ($group(#mimic).status == on) {
    if ($nick == %mimic.person) {
      if ($nick :ACTION: %:ACTION:person) {
        msg $chan $1-
      }
    }
  }
}

to

on *:text:*:%channel: {
  if ($group(#mimic).status == on) && ($nick == %mimic.person) && ($nick :ACTION: %:ACTION:person) {
    msg $chan $1-
  }
}
 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.