Hi

I read in some post a code to use /notify command to get notified based on addresses but as said it depends on network

on *:join:#:{
var %IP.Address = Address1 Address2 Address3 Address4
if $istok(%IP.Address,$address,32) {
.echo -a $nick using address $address has joined $chan
}
}

my question, since we see the IP in our chat window, is there a way to get alerted based on that, I mean not use the server to get us notified but use our PC/mirc to alert us based on joins and parts ?