I have this in my script which works fine:
alias xdcc_stats { /window -k[0] @ServerStats 20 20 400 250
.echo @ServerStats 11############ 9XDCC Server Stats 11############
.echo @ServerStats 11Number of XDCC list : $+ 9 $xdcc(access)
.echo @ServerStats 11Number of XDCC send : $+ 9 $xdcc(sent)
.echo @ServerStats 11Number of successfull send : $+ 9 $xdcc(fullsent)
.echo @ServerStats 11############ 9XDCC Server Stats 11############
}
The question is, how do I add a switch to make the text in the new window aline to the top of the window as I've tried all ways and can't seem to nail it.
Thanks in advance, Pete.