mIRC Home    About    Download    Register    News    Help

Print Thread
#73193 29/02/04 06:47 PM
Joined: Apr 2003
Posts: 413
A
Fjord artisan
OP Offline
Fjord artisan
A
Joined: Apr 2003
Posts: 413
Just put that:
Code:
SomeAlias {
   echo -set This Is Some Alias
}

Alias OtherAlias {
   echo -set If You execute SomeAlias also you will see that..
   echo -set Also all parameters $1- from previus alias will be here..
}

In Aliases section in mIRC Script Editor.. And call /SomeAlias..
I think normaly all commands after the last } from the SomeAlias must be ignored..

#73194 29/02/04 06:54 PM
Joined: Nov 2003
Posts: 2,321
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Nov 2003
Posts: 2,321
well in remote "somealias" should be "alias somealias" and in aliases "alias otheralias" should be "otheralias"
it's because you have made the alias wrong.

#73195 29/02/04 07:39 PM
Joined: Apr 2003
Posts: 413
A
Fjord artisan
OP Offline
Fjord artisan
A
Joined: Apr 2003
Posts: 413
Yes, i know what that is wrong.. But anyway mIRC shouldn't execute the script after brackets what end the called alias..

#73196 03/03/04 07:48 PM
Joined: Apr 2003
Posts: 413
A
Fjord artisan
OP Offline
Fjord artisan
A
Joined: Apr 2003
Posts: 413
Yapp.. I forgot to mention.. If you put any other word instead of "alias".. All come like it must be..


Link Copied to Clipboard