mIRC Home    About    Download    Register    News    Help

Print Thread
#191800 16/12/07 01:00 AM
Joined: Feb 2006
Posts: 307
N
Fjord artisan
OP Offline
Fjord artisan
N
Joined: Feb 2006
Posts: 307
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

Joined: Sep 2005
Posts: 2,881
H
Hoopy frood
Offline
Hoopy frood
H
Joined: Sep 2005
Posts: 2,881
Code:
on !*:join:#:{
  if ($wildsite == $address($me,2)) { .notice $me Somebody with your hostmask ( $+ $wildsite $+ ) has just entered $chan }
}

hixxy #191806 16/12/07 03:41 AM
Joined: Feb 2006
Posts: 307
N
Fjord artisan
OP Offline
Fjord artisan
N
Joined: Feb 2006
Posts: 307
thanks

any other method of notifying?
because when I am afk, I may miss the notice

Joined: Oct 2005
Posts: 1,741
G
Hoopy frood
Offline
Hoopy frood
G
Joined: Oct 2005
Posts: 1,741
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

Joined: Mar 2006
Posts: 395
T
Pan-dimensional mouse
Offline
Pan-dimensional mouse
T
Joined: Mar 2006
Posts: 395
lol nice genius.


[02:16] * Titanic has quit IRC (Excess Flood)

Link Copied to Clipboard