mIRC Home    About    Download    Register    News    Help

Print Thread
#239923 05/12/12 06:44 AM
P
ProblemChild
ProblemChild
P
Since a user can change his nickname at any time on the chat site I go to, if he is on my notify list, I will not get notification. So my question is, does Mirc have an option whereby I can enter an IP address, such as the cloaked one that is displayed, as a means of receiving notification when they come online? There is an option to enter a Network name or Server Address on the "add" or "edit" options. Is this where I can also add an IP address and, if so, what part of the cloaked address do I enter there. Any help you can provide, would be appreciated. Thanks

Joined: Oct 2004
Posts: 8,061
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Oct 2004
Posts: 8,061
There isn't a built-in way as far as I know, but it could be scripted. However, keep in mind that a cloaked address may not always be the same every time the user connects.

Joined: Feb 2003
Posts: 3,412
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,412
You can use

In popups
$address($1,3)

In remote
$address($nick,3)

Untested, but i guess it work.

Joined: Mar 2004
Posts: 342
H
Fjord artisan
Offline
Fjord artisan
H
Joined: Mar 2004
Posts: 342
sparta,

in remotes it depends on what your checking

example in on:text:*:?: or
example in on:text:*:#:
$nick will be set right.

but for example on RAW...

it would not be (usually its $1 in RAWs

so its a case by case in remotes..


Link Copied to Clipboard