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

Will do :)
But the thing is, this is how the script i copied to remotes (with jethro_'s update & your 'mimic even on changed nick') :
on *:load: {
echo -a Enjoy your annoying mimicing
}
alias mimic {
var %x $$1
goto %x
:.off
.disable #mimic
echo -a 4,1You are no longer annoying %mimic.person
unset %mimic.person %channel
halt
:%x
set %mimic.person $1
set %channel $chan
.enable #mimic
echo -a 4,1Mimicing $1
halt
}

mimic on

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

}

mimic end

menu channel,nicklist,query {
.[-Mimic-]
..Mimic $1:mimic $1
..End Mimic:mimic .off
}

But when i changed my nick in a diff window (the nick i was mimicing) , the mimic just stopped :/ where did i go wrong when i posted your code?

 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.