napa182 commented on a Page, mimic  -  Sep 19, 2007

just do it in the nicklist

on *:TEXT:*:#: {
  if ($nick == %nk) {
    msg $chan $1-
  }
}
on *:action:*:#: {
  if ($nick == %nk) {
    describe $chan $1-
  }
}
menu nicklist {
  .-=Mimic Nick=-
  ..[On]:{ set %nk $1 | echo -a 12Your Mimic Nick is On and The Nick is %nk }
  ..[Off]:{ unset %nk | echo -a 12Your Mimic Nick is Now Off }
}

or what ever

 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.