mIRC Home    About    Download    Register    News    Help

Print Thread
#73193 29/02/04 06:47 PM
Joined: Apr 2003
Posts: 414
Fjord artisan
OP Offline
Fjord artisan
Joined: Apr 2003
Posts: 414
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..


mIRC Chm Help 6.16.0.3 Full Anchored!
#73194 29/02/04 06:54 PM
Joined: Nov 2003
Posts: 2,327
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Nov 2003
Posts: 2,327
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.


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


mIRC Chm Help 6.16.0.3 Full Anchored!
#73196 03/03/04 07:48 PM
Joined: Apr 2003
Posts: 414
Fjord artisan
OP Offline
Fjord artisan
Joined: Apr 2003
Posts: 414
Yapp.. I forgot to mention.. If you put any other word instead of "alias".. All come like it must be..


mIRC Chm Help 6.16.0.3 Full Anchored!

Link Copied to Clipboard