I know mircryption for some reason uses char 160 if a text have double spaces.. however this fucks the text up, since it converts all space chars (32) to 160. mIRC cant handle char 160 very well and thinks that it is a "non space carecter" which fucks the mrc (mirc scripting) up.
if there is no other way than to use char 160 for double spaced lines, then please let it only be used where there actually is double spaces and not in the whole sentence...
example (this is a test) would be (this[160][160]is[160]a[160]test)
where it ought to be (this[160][160]is[32]a[32]test)
best regards
Cham