mIRC Homepage
Posted By: nataliad notify of clone - 16/12/07 01:00 AM
hello

is there a script that will detect when a another person with the same *!*@this as mine, will enter a room I am already in and notify me that this person entered ?

thanks
Posted By: hixxy Re: notify of clone - 16/12/07 01:02 AM
Code:
on !*:join:#:{
  if ($wildsite == $address($me,2)) { .notice $me Somebody with your hostmask ( $+ $wildsite $+ ) has just entered $chan }
}
Posted By: nataliad Re: notify of clone - 16/12/07 03:41 AM
thanks

any other method of notifying?
because when I am afk, I may miss the notice
Posted By: genius_at_work Re: notify of clone - 16/12/07 04:03 AM
If you never want to miss a notification, you can use this in place of (or in addition to) the notice.

Code:

.timer -m 1 1 noop $input($nick ( $+ $wildsite $+ ) is cloning you in $chan,oi,Clone Detected)



-genius_at_work
Posted By: The_JD Re: notify of clone - 17/12/07 03:55 PM
lol nice genius.
© mIRC Discussion Forums