$chr(160) is called a "hard space", and do almost the same thing as $chr(32) smile with $chr(160) you can force mirc to have more then one space in a text or something like that..
Code:
//echo -a $+(moo,$chr(32),$chr(32),$chr(32),moo) <- still 1 space
//echo -a $+(moo,$chr(160),$chr(160),$chr(160),moo) <- have 3 spaces.



if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }