Leo
Results
3
comments of
Leo
My perl is kinda of rusty, but... here goes my "hack" :P line #228 ``` perl if ($uid =~ m/(\d+[a-zA-Z]{0,2}$)/) { #regex match group of digits, followed by up to...
Cheers bud, It already discards the "(id=...)" part. What dionisio did is after isolating (splitting) the player name from the string and keeping it in the $name variable. He uses...
check the #15 bud. at least it works for me :)