Hello and Greetings from Sachsenhausen,

I want to ask if the following example is a bug or not, it seems that I cannot store ipv6 addresses in userlist to match with $ulist()

Example:

Code
//auser test *!*@2604:180:0:5be::b89a | echo -a Results: $ulist(2604:180:0:5be::b89a,test,0)


but working with

Code
//auser test *!*@45.243.248.17 | echo -a Results: $ulist(45.243.248.17,test,0)


Edit: if I change the User List item format from "2604:180:0:5be::b89a" to "2604.180.0.5be..b89a" then I working, lol! :P

Last edited by DooMaster; 26/11/19 03:16 PM.