mIRC v6.03 Help:

/echo [color] [-deghiNtsaqlbfnmr] [#channel|[=]nick] <text>
[...]
The -iN switch indents the wrapped line by N characters."
[...]

For some reason N is capped at 25 characters. Especially with proportional fonts, this is not always enough.


Also, a command or control code to insert a gap of N pixels into the /echo output would be very helpful.

Example (I'll call the command $gap)
Code:
  
echo $gap($calc(120 -$width($nick, Arial, 11, 0, 0))) $+ $nick $1-


This script snipped would then print a nickname followed by a message and make sure that the message always starts at the 120th pixel from the left window border (if there is no timestamping)

I'm not sure if my explanation is clear enough, so here's how it could look:

.png]http://www.mircscripts.org/downloads/screenshots/ne[04-02].png <-- sorry, img-tag doesn't work because of [ ] in the filename frown

(In this picture I aligned the nicknames using background-colored characters but this method is slow and if you copy and paste it, it looks awful. Since I didn't find a way to work around the indent problem I didn't change the default indent at all.