I was trying to update my /mkpasswd alias to include spaces in a password and pad the string with extra characters if the length didn't meet the specified length I said.

At first I thought I'd coded my alias wrong, but then I noticed this.

Code:
[17:37:37] 39M7iB91BG9 bmdt8mASKlAEVFJbJ9rqa7s4 5Jh A83ZE4NO0bt7B9 YqFcG4B0ZG18i93TE75114qqSKeEgpMH6358ZQCSXPi7 > $len = 100
[17:37:37] 39M7iB91BG9 bmdt8mASKlAEVFJbJ9rqa7s4 5Jh A83ZE4NO0bt7B9 YqFcG4B0ZG18i93TE75114qqSKeEgpMH6358ZQCSXPi7
...
[17:38:54] 6 s f > $len = 100
[17:38:54] 6 s f


Should $len really be classifying "6 s f" as 100 characters if there's more than once space between the 6 s and s f given mIRC's... issues with multiple space handling.