mIRC Homepage
Posted By: Laban "Network" -field in Notify list - 28/01/05 10:23 AM
It would be great to be able to pick which network a Notification should apply to. I want to know when Person on network X connects, not on network Y and Z. Something for the todo-list eh? grin
Posted By: tidy_trax Re: "Network" -field in Notify list - 28/01/05 10:26 AM
This has been suggested before.

For now, you could use the [note] parameter of the notify list to store the network.
Posted By: Laban Re: "Network" -field in Notify list - 30/01/05 09:02 PM
But that won't filter it, will it?
Posted By: tidy_trax Re: "Network" -field in Notify list - 30/01/05 09:04 PM
No, I assumed you'd got your own notify system and didn't use the normal method of listing (/notify -l)
Posted By: Nixor Re: "Network" -field in Notify list - 10/02/05 04:39 AM
Code:
 
alias notifyl {
if ($1 = onlines) {
scon $scon($activecid)
var %x 1
while ($notify(%x)) {
if ($notify(%x).ison) && ($notify(%x).note = $network) echo -a $notify(%x) on $network
inc %x
}
}
if ($1 = add) && ($2) && ($3) notify $2 $3
}

/notifyl add nick network
/notifyl onlines
© mIRC Discussion Forums