Code:
if ($4 == :.stat) && (($right($gettok($1,1,33),-1) == $me) || ($level($address($right($gettok($1,1,33),-1),5)) == aowner)) {
.sockwrite -nt bot privmsg $3 $4- $uptime
.sockwrite -nt bot privmsg $3 $1 ...System : $dll(moo.dll,osinfo,_)
.halt
} 

That's what you have...you need to change $4- to $5- or maybe even completely remove it. also, you should add a colon to it to ensure all text is sent
Code:
sockwrite -nt <socketname> PRIVMSG <receiver> :<message>