mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Oct 2013
Posts: 3
S
Self-satisified door
OP Offline
Self-satisified door
S
Joined: Oct 2013
Posts: 3
Hi there,

It could be very very usual if you can add an Check case to resolve the host igored, when an user talk in an irc channel.

I dont understend why i cant do that yet.

the style of type like that

/ignore *!*@my128-host.com, *!*@128.0.29.2





Joined: Jan 2004
Posts: 1,358
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Jan 2004
Posts: 1,358
A user will have an IP for their host in cases where the server does not resolve or mask it.

The host is a string and no meaning is attached to it. Comparisons are string based. It's not practical to perform a lookup on every host you see, not that it should be done even if it were.

Joined: Oct 2013
Posts: 3
S
Self-satisified door
OP Offline
Self-satisified door
S
Joined: Oct 2013
Posts: 3
Sorry, i think its could be very usual againts flood or something like that .. Anyway if not i think at an other solution; to resolve the IP by MAC adress.. cause all MAC adress is unique so..

Joined: Jan 2004
Posts: 1,358
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Jan 2004
Posts: 1,358
You don't have access to the mac address, the mac address has nothing to do with an IP, and mac addresses can be changed. To ignore a line you need to have the information you're basing that decision on at the time you receive the message. You can't wait to resolve the IP address of every user to decide if you display a message or not. And you shouldn't be resolving hundreds of IPs anyway.


Link Copied to Clipboard