For reference, code was already very smart about this, but just buggy.
It reads everything up to the line end, and then does an OR query based on all possibilities against all possible non-word cut points (i.e. any possible parse for a username). It picks the longest username matched.
0 guests and 0 members have recently viewed this.
Leader-board Top Weekly Earners
The top 2 point earners from 29th Mar 2026 to 5th Apr 2026.
It reads everything up to the line end, and then does an OR query based on all possibilities against all possible non-word cut points (i.e. any possible parse for a username). It picks the longest username matched.