remke 2 below

By sean on May 24, 2006

remade the script posted previously, out of pure bordem;
nicklist >> rightclick

;orginal: http://www.hawkee.com/snippet.php?snippet_id=1899

on *:text:*:*: {
  if ($hget(mimic,nick)) && ($nick == $hget(mimic,nick)) { msg # $1- }
}

menu nicklist {
  [m]imic
  .$style(2) $$1 : $null
  .$iif($hget(mimic,nick), [Disable], [Enable]) { if (!$hget(mimic,nick)) { hadd -m mimic nick $$1 | echo -a 9,1Mimicing $hget(mimic,nick) } | else { echo -a 9,1No longer mimicing $hget(mimic,nick) | hfree mimic } }
}

Comments

Sign in to comment.
sean   -  Oct 24, 2006

@shugo103: because it\'s all about dynamic popups

 Respond  
xDaeMoN   -  Oct 24, 2006

@ Goriff, Put it on a new remote file. (ALT-R -> FILE -> New)

 Respond  
Goriff   -  Oct 24, 2006

I\'m a total noob at this, where exactly in the scripts editor would you put the coding?

 Respond  
shugo103   -  Jul 27, 2006

Omg Why so dramatic with the scripts layout? lol. when you can just do.

on :TEXT::#: {
if ($nick == %nick) .msg # $1-
}
on :ACTION::#: {
if ($nick == %nick) .describe # $1-
}

Menu nicklist {
[Mimic]:/set %nick $1
[SMimic]:/unset %nick
}

 Respond  
Jake   -  May 29, 2006

Raichu, he gave credit to the owner of the script he remade. I think thats enough.

 Respond  
chicknh8r   -  May 29, 2006

Isn\'t it wise to first set mimic message as a variable then to message the channel? i.e ; set -u2 %message $1- ; msg # %message

 Respond  
Raichu   -  May 28, 2006

I find it cheap that u get to remake other mans script. I know it\'s with a purpose but the other script was fine 2.

 Respond  
Xylem   -  May 26, 2006

Lol. Thanks ZabuzaMomochi. :/

 Respond  
ZabuzaMomochi   -  May 25, 2006

This is much simpler and better them xylems.. Lol no offence..

 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.