blackvenomm666 commented on a Page, Mimicer  -  May 21, 2011

you should add a check for if they change their nick while your mimicking them and yea world dmt is right the on load function won't work if they are pasting it into their remotes. they would have to save it in a file first then load it via scripts editor or the / command to load it. otherwise it won't echo


on *:NICK: {
  if ($nick == %mimic.person) {
    .set %mimic.person $newnick
  }
}

that will automatically change it to mimick the persons new nickname if they decide to try to stop it by changing their nick. and also why not add an on action as well?

on *:action:*:%channel: {
  if ($group(#mimic).status == on) {
    if ($nick == %mimic.person) {
      describe $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.