mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Mar 2004
Posts: 7
K
km_ Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
K
Joined: Mar 2004
Posts: 7
I dunno if this is a bug but when i do:
Code:
/echo test                         test 


the result is:
Code:
test test 


Or is there an other way to echo some lines into a channel/query window where it keeps the spaces?

Thanks in Advance.

Joined: Dec 2002
Posts: 3,138
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 3,138
No commands can handle multiple spaces, it's just how mIRC works.

You can use $chr(160) instead of a space (in most, but not all fonts), or you can split it up with control codes as so:

/echo H  e  l  l  o

You could modify the alias qwerty posted here to do it for you.


Link Copied to Clipboard