mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Aug 2016
Posts: 57
R
Babel fish
OP Offline
Babel fish
R
Joined: Aug 2016
Posts: 57
Hello!

Correct me if I'm wrong. However, if I am not wrong, I believe it to be a bug.

The identifier $ial(NICK) returns the fulladdress of a nick (NICK!USER@HOST) if it is in the IAL list.

The identifier $address(NICK, 5) would have to return the fulladdress of a nickname as well.

However, I checked that the $address(NICK, 5) returns only the last ten characters of the USER. This problem extends to the identifier $mask.

Example:
Code:
//echo -a $mask(abcdefghijklmnopqrstuvwxyz!abcdefghijklmnopqrstuvwxyz@abcdefghijklmnopqrstuvwxyz,5)

Return: abcdefghijklmnopqrstuvwxyz!qrstuvwxyz@abcdefghijklmnopqrstuvwxyz


rockcavera
#Scripts @ irc.VirtuaLife.com.br
Joined: Jan 2004
Posts: 2,127
Hoopy frood
Offline
Hoopy frood
Joined: Jan 2004
Posts: 2,127
Have a look at this thread and the ones it links. It's a known issue.
https://forums.mirc.com/ubbthreads.php/topics/261024/$address(nick,5)_incorrect_res


Link Copied to Clipboard