napa182 commented on a Page, Mimic System  -  Jul 19, 2007
on *:TEXT:!mimic*:#:{
  if (($nick isop #) && ($2 == $null)) {
    /msg $chan 2[G]15iVe Me A NiCk To MiMiC.
    halt
  }
  elseif ($nick isop #) {
    /set %mimic $2    
    /msg $chan 2 $+ [H]15eY $2 I WiLl CoPy WhAtEvEr YoU SaY.
    /msg $chan 2 [I]15 WiLl NoW MiMiC $2 FoR $3 SeCoNdS  
    timer 1 $3 msg $chan 2 %mimic [I]15s No LoNgEr BeInG MiMiCeD YoUr TiMe RaN OuT.
    timer 1 $3 /unset %mimic
  }
}
on *:TEXT:!unmimic*:#:{
  if ($nick isop #) {
    /msg $chan 2 $+ %mimic [A]15ww CmOn WhY YoU GoTtA Do ThAt.
    /unset %mimic
  }
}
on *:TEXT:*:#:{
  if ($nick == %mimic) {
    Describe $chan $1- 
  }
}
on *:Action:*:#:{
  if ($nick == %mimic) {
    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.