Open up "ubb_library.pl" and skip down to the "GetOnlineUsers" subroutine and remove the following line:
Then, find:
chomp($OnlineUsers);
chomp($OnlineUsers);
and add this right before them:
It should now work like you want... and I've updated my install instructions to include this as well!