mIRC Homepage
Posted By: MadWorldz SSL and Spoof same number RAW - 05/02/22 11:27 AM
Hello,
i would show this custom WHOIS :

[SSL] nick-user is under SSL connection
[Spoof] nickuser is under Cloaked connection


raw 320:*:{ myCustomMsg -a SSL $2 is under SSL connection | haltdef }
raw 320:*:{ myCustomMsg -a Spoof $2 is under Cloaked connection | haltdef }

but i got
[SSL] nick-user is under SSL connection
[SSL] nick-user is under SSL connection



becouse same number raws:

RAW 320 - user is a Cloaked Connection (Spoof)
RAW 320 - user is a Secure Connection (SSL/TLS)

Someone can help me, please?

Thanks
Posted By: KindOne Re: SSL and Spoof same number RAW - 05/02/22 01:29 PM
What IRCd / network is this?

You could do something like this:

Code
raw 320:*:{
  if (SSL isin $1-) { myCustomMsg -a SSL $2 ... | haltdef }
  if (Cloaked isin $1-) { myCustomMsg -a Spoof $2 ... | haltdef }
}
Posted By: MadWorldz Re: SSL and Spoof same number RAW - 05/02/22 11:59 PM
thanks a lot, it's works!
I am from IRCnet
© mIRC Discussion Forums